[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Question about your new upload of libg++



I found the problem:

$ LD_PRELOAD=/lib/libpthread.so.0 ./dummy
<uninitialized>
Segmentation fault (core dumped)
[status 139]
$ LD_PRELOAD=/usr/lib/libpthread.so.0 ./dummy
<uninitialized>

$ dpkg -S lib/libpthread.so.0
libc6: /lib/libpthread.so.0
libpthread0: /usr/lib/libpthread.so.0.6
libpthread0: /usr/lib/libpthread.so.0

After removing libpthread0 (which libc6 should conflict with), I get
the segfault too.  :( I can, however, rebuild libg++.

I'll have to investigate the problem more.


Guy


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: