Opened 13 months ago
Closed 12 months ago
#18656 closed bug (fixed)
Kernel panic when starting to debug a program that triggered a floating-point trap
Reported by: | bhaible | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta5 |
Component: | System/Kernel | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86-64 |
Description
When trying to debug a program that just triggered an FE_INVALID floating-point trap, a kernel panic occurs.
How to reproduce:
$ gcc foo.c -D__BSD_VISIBLE $ ./a.out
A dialog ("Terminate / Debug / Save report / Write core file") appears. Choose "Debug".
This is with Haiku hrev57370 x86_64 (downloaded today).
Attachments (2)
Change History (5)
by , 13 months ago
comment:1 by , 13 months ago
Component: | System → System/Kernel |
---|
comment:3 by , 12 months ago
Milestone: | Unscheduled → R1/beta5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fix merged in hrev57381.
Note:
See TracTickets
for help on using tickets.
test case foo.c