Menu

#64 Segfault in apps using libslp

open
nobody
5
2012-11-14
2003-11-02
No

When I run apps that uses libslp they tend to segfault.

sigmunau@hobbes:..auSamProto/WEB-INF/classes$ slptool --version
slptool version = 1.0.11
libslp version = 1.0.11
libslp configuration file = (null)

sigmunau@hobbes:~/src/vlc$ slptool findsrvtypes
bindery.novell
ndap.novell
portal.novell
srs.novell
smdr.novell
nwserver.novell
ldap.novell
nlsmeter.novell
zsh: segmentation fault slptool findsrvtypes

I managed to get a backtrace from a crash en vlc's slp module:
(gdb) bt
#0 0x402db915 in mallopt () from /lib/libc.so.6
#1 0x402da6ff in free () from /lib/libc.so.6
#2 0x40533fd0 in NetworkRqstRply () from /usr/lib/libslp.so.1
#3 0x40534a76 in ProcessSrvTypeRqst () from /usr/lib/libslp.so.1
#4 0x40534c5a in SLPFindSrvTypes () from /usr/lib/libslp.so.1
#5 0x40518131 in Open (p_this=0x8346b40) at slp.c:356
#6 0x080787e8 in __module_Need (p_this=0x8346b40,
psz_capability=0x81eb4f1 "access", psz_name=0x8347248 "slp")
at src/misc/modules.c:497
#7 0x08056f3c in RunThread (p_input=0x8346b40) at
src/input/input.c:627
#8 0x40042c00 in pthread_start_thread () from /lib/libpthread.so.0
#9 0x40340ae7 in clone () from /lib/libc.so.6

Discussion


Log in to post a comment.