This is the mail archive of the glibc-bugs@sources.redhat.com 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/228] New: bus error signal during unaligned memory access...


# glibc-2.3.4-snap20040612, 4 x TI UltraSparc II (BlackBird) 
 
# gdb ./msgfmt 
(...) 
This GDB was configured as ""...Using host libthread_db library 
"/lib64/libthread_db.so.1". 
 
(gdb) set args -o pl.gmo pl.po 
(gdb) r 
Starting program: /home/users/support2/rpm/bus_error/msgfmt -o pl.gmo pl.po 
 
Program received signal SIGBUS, Bus error. 
0xfffff80000416f28 in read () from /lib64/libc.so.6 
(gdb) bt 
#0  0xfffff80000416f28 in read () from /lib64/libc.so.6 
#1  0xfffff800003c5ac4 in _IO_file_read () from /lib64/libc.so.6 
#2  0xfffff800003c4d68 in _IO_file_underflow () from /lib64/libc.so.6 
#3  0xfffff800003c6b94 in _IO_default_uflow () from /lib64/libc.so.6 
#4  0xfffff800003c69c4 in __uflow () from /lib64/libc.so.6 
#5  0xfffff8000010f5cc in po_callback_comment_dispatcher () 
from /usr/lib64/libgettextsrc-0.14.1.so 
#6  0xfffff8000010fc08 in lex_end () from /usr/lib64/libgettextsrc-0.14.1.so 
#7  0xfffff8000010fddc in po_gram_lex () 
from /usr/lib64/libgettextsrc-0.14.1.so 
#8  0xfffff8000011136c in po_gram_parse () 
from /usr/lib64/libgettextsrc-0.14.1.so 
#9  0xfffff8000010e270 in po_scan () from /usr/lib64/libgettextsrc-0.14.1.so 
#10 0x00000000001071e8 in read_po_file_msgfmt (filename=0x7fffffffc9e "pl.po") 
at msgfmt.c:1710 
#11 0x0000000000103ae8 in main (argc=4, argv=0x7fffffffa48) at msgfmt.c:507 
 
 
gettext is one of many programs that receive `bus error` signal from glibc.

-- 
           Summary: bus error signal during unaligned memory access...
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: critical
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: pluto at pld-linux dot org
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: sparc64-pld-linux
  GCC host triplet: sparc64-pld-linux
GCC target triplet: sparc64-pld-linux


http://sources.redhat.com/bugzilla/show_bug.cgi?id=228

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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