Ludovic Rousseau wrote:
Ola Jirlow a écrit :
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb75178c0 (LWP 4336)]
0xb7f25140 in pi_buffer_expect () from /usr/lib/libpisock.so.9
(gdb) backtrace
#0 0xb7f25140 in pi_buffer_expect () from /usr/lib/libpisock.so.9
#1 0xb7f251cc in pi_buffer_append () from /usr/lib/libpisock.so.9
#2 0x080575e2 in pack_contact_cai_into_ai ()
#3 0x080583a3 in sync_categories ()
#4 0x0805e38c in jp_sync ()
#5 0x0805e8c2 in sync_once ()
#6 0x080609ef in setup_sync ()
#7 0x08051a6b in main ()
(gdb)
The crash happen in libpisock from the package libpisock9.
Can you install libpisock9 version 0.12.3-2 from Debian unstable and
try to reproduce the bug?
On my side I used version 0.12.3-2 and could not reproduce the bug. I
will try the older version 0.12.2-11 to use the same version as you
and try again.
Thanks
OK.
I installed libpisock9 version 0.12.3-2:
olabb:/etc/apt# aptitude show libpisock9
Package: libpisock9
New: yes
State: installed
Automatically installed: yes
Version: 0.12.3-2
Still crash:
Doing a fast sync.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb74c38c0 (LWP 18719)]
0xb7ed1150 in pi_buffer_expect () from /usr/lib/libpisock.so.9
(gdb) backtrace
#0 0xb7ed1150 in pi_buffer_expect () from /usr/lib/libpisock.so.9
#1 0xb7ed11dc in pi_buffer_append () from /usr/lib/libpisock.so.9
#2 0x080575e2 in pack_contact_cai_into_ai ()
#3 0x080583a3 in sync_categories ()
#4 0x0805e2de in jp_sync ()
#5 0x0805e8c2 in sync_once ()
#6 0x080609ef in setup_sync ()
#7 0x08051a6b in main ()
(gdb)