david.drakard (David Drakard)
- Login: david.drakard
- Registered on: 10/13/2016
- Last sign in: 07/05/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
07/05/2020
-
03:53 AM Ruby Bug #17011 (Closed): BigDecimal .to_s should not use ASCII-8BIT
- `BigDecimal#to_s` returns a `String` in ASCII-8BIT encoding. This is inconvenient in situations where the encoding determines program behaviour, since ASCII-8BIT is a special encoding that implies binary (non-textual) data, it can requir...
02/19/2018
-
07:44 PM Ruby Misc #14493: begin-rescue-end and def-rescue-end stacktraces inconsistent
- Thank you. Sorry for the duplicate.
-
04:59 AM Ruby Misc #14493 (Rejected): begin-rescue-end and def-rescue-end stacktraces inconsistent
- I have filed this as type Misc because I don't know whether the current behaviour is intended or a true bug. Please re-allocate appropriately if that's desired.
When an exception is thrown from within a rescue clause, it captures a fr...
03/09/2017
-
03:33 AM Ruby Bug #13258: Segmentation fault at 0x00000000000000 during instance_eval
- What appears to be the same problem also occurs when running inside Puma.
02/27/2017
-
01:27 PM Ruby Bug #13258 (Closed): Segmentation fault at 0x00000000000000 during instance_eval
- My program is a website that runs inside webrick. Intermittently when calling instance_eval, a segmentation fault occurs, producing console output as shown in the attached file.
I have not been able to spot a pattern to when the segme...