[Bug 8061] print 64 bit data in pthread always becomes strange data
bugzilla at busybox.net
bugzilla at busybox.net
Mon May 4 06:47:35 UTC 2015
https://bugs.busybox.net/show_bug.cgi?id=8061
--- Comment #5 from BigZJK <zhao.junkui at zte.com.cn> 2015-05-04 06:47:35 UTC ---
Created attachment 6021
--> https://bugs.busybox.net/attachment.cgi?id=6021
test file
Actually there are two strange places.
Refer to our project code, I wrote two test code.
First test the Strtoull API with 16 hex, it can run, but the result is not
correct,whatever the num changes, Strtoull always return 0x7fffffffffffffff.
Second test printf code in Pthread, but the code throws a segmentation fault(i
can`t understand why,the same code of creating pthread can run in our project,
althrough the printf is always strange)?
The test platform X86-64, os:ubuntu.
Test code in the accessory
--
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 uClibc-cvs
mailing list