Comment 6 for bug 237156

Revision history for this message
Christof Rath (christof-rath) wrote :

Hi all,
I ran into the same problem. After applying the patch posted by Mike Stroyan it seem to work, but after recompiling the whole thing without debug flags I got a new SIGSEGV:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb4cfdb90 (LWP 6839)]
0xb1080b18 in init_context_translations () at setrans_client.c:222
222 prev_r2t_trans = NULL;
Current language: auto; currently c
(gdb) bt
#0 0xb1080b18 in init_context_translations () at setrans_client.c:222
#1 0xb1079ccc in init_lib () at init.c:119
#2 0xb108234d in __do_global_ctors_aux () from /lib/libselinux.so.1
#3 0xb1071b5c in _init () from /lib/libselinux.so.1
#4 0xb802bae4 in call_init () from /lib/ld-linux.so.2
#5 0xb802bc14 in _dl_init_internal () from /lib/ld-linux.so.2
#6 0xb802fb3b in dl_open_worker () from /lib/ld-linux.so.2
#7 0xb802b716 in _dl_catch_error () from /lib/ld-linux.so.2
#8 0xb802f2ee in _dl_open () from /lib/ld-linux.so.2
#9 0xb7b57bec in dlopen_doit () from /lib/tls/i686/cmov/libdl.so.2
#10 0xb802b716 in _dl_catch_error () from /lib/ld-linux.so.2
#11 0xb7b5801c in _dlerror_run () from /lib/tls/i686/cmov/libdl.so.2
#12 0xb7b57b21 in dlopen@@GLIBC_2.1 () from /lib/tls/i686/cmov/libdl.so.2

I really can't see how this can happen...