This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/18333] FAIL: timezone/tst-tzset (segmentation fault)


https://sourceware.org/bugzilla/show_bug.cgi?id=18333

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
It isn't fixed on x32:

Program received signal SIGSEGV, Segmentation fault.
0xf7a9cb57 in _int_free (av=<optimized out>, p=0x604338, have_lock=0)
    at malloc.c:3979
3979            unlink(nextchunk, bck, fwd);
(gdb) bt
#0  0xf7a9cb57 in _int_free (av=<optimized out>, p=0x604338, have_lock=0)
    at malloc.c:3979
#1  0xf7a8b847 in _IO_new_fclose (fp=fp@entry=0x604340) at iofclose.c:85
#2  0xf7ad55b0 in __tzfile_read (file=<optimized out>, 
    file@entry=0x604303 "/tmp/tst-tzset-mTzsgZ", extra=extra@entry=0, 
    extrap=extrap@entry=0x0) at tzfile.c:461
#3  0xf7ad48ea in tzset_internal (explicit=1, always=1) at tzset.c:443
#4  __tzset () at tzset.c:596
#5  0x0040187e in test_tz_file (size=4294967290) at tst-tzset.c:108
#6  0x00401a24 in do_test () at tst-tzset.c:164
#7  0x0040123c in main (argc=<optimized out>, argv=<optimized out>)
    at ../test-skeleton.c:369
(gdb) 

You can build glibc for x32 on Ubuntu 14.04.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]