Re: gupnp and python



On Sa, 2013-02-09 at 00:15 +0000, Andrzej Bieniek wrote:

> gupnp-python$ gdb --args /usr/bin/python demo.py
> [..]
> Program received signal SIGSEGV, Segmentation fault.
> 0xb78f94e1 in g_hash_table_foreach () from 
> /lib/i386-linux-gnu/libglib-2.0.so.0
> (gdb) bt
> #0  0xb78f94e1 in g_hash_table_foreach () from 
> /lib/i386-linux-gnu/libglib-2.0.so.0
> #1  0xb74ff98b in gupnp_service_proxy_end_action_hash () from 
> /usr/lib/libgupnp-1.0.so.4
> #2  0xb74ffaf7 in gupnp_service_proxy_send_action_hash () from 
> /usr/lib/libgupnp-1.0.so.4
> #3  0xb74ffb7b in gupnp_service_proxy_send_action_hash_gi () from 
> /usr/lib/libgupnp-1.0.so.4
> #4  0xb776148e in ffi_call_SYSV () from /usr/lib/i386-linux-gnu/libffi.so.6
> [..]

Probably something freeing the hashtable or some of the keys/values
where it shouldn't. Can you valgrind that?



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