[Bug 160154] meinproc segfaults on every package that uses it.
Christoph Spielmann
spielc at gmail.com
Wed Apr 9 12:00:50 CEST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=160154
------- Additional Comments From spielc gmail com 2008-04-09 12:00 -------
Okey after rebuilding kdelibs, zlib and glibc with debugging-symbols enabled (to get useful output from gdb) i get this when i run the command /usr/kde/3.5/bin/meinproc --check --cache index.cache.bz2 ./index.docbook (it's the same command as above):
(gdb) run --check --cache index.cache.bz2 ./index.docbook
Starting program: /usr/kde/3.5/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
[New Thread 0xb65d16f0 (LWP 4793)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb65d16f0 (LWP 4793)]
0xb662d3d7 in _IO_seekoff_unlocked (fp=0x80ab688, offset=0, dir=0, mode=3)
at ioseekoff.c:71
71 ioseekoff.c: No such file or directory.
in ioseekoff.c
Current language: auto; currently c
(gdb) bt
#0 0xb662d3d7 in _IO_seekoff_unlocked (fp=0x80ab688, offset=0, dir=0, mode=3)
at ioseekoff.c:71
#1 0xb6633063 in *__GI_fseek (fp=0x80ab688, offset=0, whence=0) at fseek.c:41
#2 0xb681a246 in gzrewind (file=0x80ab610) at gzio.c:873
#3 0xb689d8a1 in __xmlParserInputBufferCreateFilename ()
from /usr/lib/libxml2.so.2
#4 0x00000000 in ?? ()
i hope this helps to find my problem (i have no idea what could be wrong but maybe someone else can make sense of it?!?)
More information about the Kdelibs-bugs
mailing list