[Bug 7604] New: Floating point exception - Fuzz Testing
bugzilla at busybox.net
bugzilla at busybox.net
Thu Nov 6 20:25:29 UTC 2014
https://bugs.busybox.net/show_bug.cgi?id=7604
Summary: Floating point exception - Fuzz Testing
Product: Busybox
Version: 1.21.x
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
AssignedTo: unassigned at busybox.net
ReportedBy: fernando at null-life.com
CC: busybox-cvs at busybox.net
Estimated Hours: 0.0
Following code generates Floating point exception:
echo $(( 2**63 % -1 ))
I don't have debug symbols installed at the moment, sorry.
Reading symbols from busybox...(no debugging symbols found)...done.
(gdb) run sh -c 'echo $(( 2**63 % -1 ))'
Starting program: /bin/busybox sh -c 'echo $(( 2**63 % -1 ))'
Program received signal SIGFPE, Arithmetic exception.
0x0000000000423b85 in ?? ()
This exception only appear on 64 bits apparently, tried on 32 bits but it
didn't occur.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list