On Wed, Aug 02, 2006 at 09:43:55AM +0900, TSUCHIYA Masatoshi wrote:
> Yes, I cannot reproduce this problem.

I still can.

> Please tell me what architecture is used when this problem occurs.

i386

> And, can you record backtrace of this problem?  I imagine that the
> following three commands will be required to reproduce the problem.
> 
>     apt-get source juman
>     cd juman-5.1
>     dpkg-buildpackage -us -uc -rfakeroot

Seg fault, indeed.

> After executing these commands, please execute the following four
> commands to record backtrace.
> 
>     cd build-tree/juman-5.1/dic
>     ulimit -c unlimited
>     ../makepat/makepat
>     gdb ../makepat/.libs/makepat core
> 
> When the prompt "(gdb)" appears, please type "backtrace" and backtrace
> which reveals a line causes segmentation fault will be displayed.
> 

avidan juman-5.1/dic % gdb ../makepat/.libs/makepat core
warning: core file may not match specified executable file.

warning: Can't read pathname for load map: Input/output error.
Reading symbols from
/home/staff/jd/juman-5.1/build-tree/juman-5.1/lib/.libs/libjuman.so.4...done.
Loaded symbols for
/home/staff/jd/juman-5.1/build-tree/juman-5.1/lib/.libs/libjuman.so.4
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Core was generated by
`/home/staff/jd/juman-5.1/build-tree/juman-5.1/makepat/.libs/lt-makepat'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()
#1  0xbfa71ea0 in ?? ()
#2  0x400164f8 in _r_debug ()
#3  0x08048469 in ?? ()
#4  0x0177ff8e in ?? ()
#5  0x01000000 in ?? ()
#6  0x00000000 in ?? ()

And if it helps:
avidan juman-5.1/dic % gdb ../makepat/makepat core
Using host libthread_db library "/lib/libthread_db.so.1".
Core was generated by
`/home/staff/jd/juman-5.1/build-tree/juman-5.1/makepat/.libs/lt-makepat'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()


I guess symbols were stripped, do you have any clue on how to leave them?

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD

Attachment: signature.asc
Description: Digital signature

Reply via email to