Opened 2 months ago
Closed 2 months ago
#19063 closed bug (duplicate)
Kernel panic when a program triggers a floating-point trap
Reported by: | bhaible | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/Kernel | Version: | R1/beta5 |
Keywords: | Cc: | ||
Blocked By: | #18624 | Blocking: | |
Platform: | x86-64 |
Description (last modified by )
Find attached a program that triggers a floating-point exception (not C++ exception). It triggers a kernel panic.
Seen in Haiku hrev57823 (from 2024-07-15).
How to reproduce:
- Open a Terminal.
gcc -Wall foo2.c sync ./a.out
Expected outcome: The program crashes with some signal (most likely SIGFPE).
Actual outcome: Kernel panic; screenshot attached.
Attachments (2)
Change History (4)
by , 2 months ago
comment:2 by , 2 months ago
Blocked By: | 18624 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
It appears to be identical, yes.
Note:
See TracTickets
for help on using tickets.
test case foo2.c