Hi guys, we've just received a new RHEL WS4 Update5 workstation and have installed qube, only to find the GUI tool crashes on startup:
# /usr/local/pfx/qube/bin/qube
4459: p???Segmentation fault
And a full backtrace looks like:
GNU gdb Red Hat Linux (6.3.0.0-1.143.el4rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu"...Using host libthread_db library "/lib64/tls/libthread_db.so.1".
(gdb) bt
No stack.
(gdb) run
Starting program: /usr/local/pfx/qube/bin/qube
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0xffffe000
[Thread debugging using libthread_db enabled]
[New Thread 4160526016 (LWP 4565)]
[New process 4565]
4565: `???
Program received signal SIGSEGV, Segmentation fault.
0x0031a2bb in ?? ()
(gdb) bt
#0 0x0031a2bb in ?? ()
#1 0x003addc1 in ?? ()
#2 0x00000001 in ?? ()
#3 0xffffbf20 in ?? ()
#4 0xffffbf44 in ?? ()
#5 0x008e9ab9 in do_lookup_x () from /lib/ld-linux.so.2
#6 0x00a29cb8 in dlopen_doit () from /lib/libdl.so.2
#7 0x008ed4ee in _dl_catch_error () from /lib/ld-linux.so.2
#8 0x00a2a2bb in _dlerror_run () from /lib/libdl.so.2
#9 0x00a29d11 in dlopen@@GLIBC_2.1 () from /lib/libdl.so.2
#10 0x080be3b2 in _PyImport_GetDynLoadFunc ()
#11 0x080b510f in _PyImport_LoadDynamicModule ()
#12 0x080b2ee5 in load_module ()
#13 0x080b3343 in import_submodule ()
#14 0x080b3575 in load_next ()
#15 0x080b39da in PyImport_ImportModuleEx ()
#16 0x080df18e in builtin___import__ ()
#17 0x080de0e1 in PyCFunction_Call ()
#18 0x08059727 in PyObject_Call ()
#19 0x0809a590 in PyEval_CallObjectWithKeywords ()
#20 0x0809bf97 in eval_frame ()
#21 0x080a0486 in PyEval_EvalCodeEx ()
#22 0x080a074d in PyEval_EvalCode ()
#23 0x080b181b in PyImport_ExecCodeModuleEx ()
#24 0x080b1939 in PyImport_ExecCodeModule ()
#25 0x080566b4 in importModules () at ../common/launch.c:609
#26 0x08056bf3 in doIt (argc=1, argv=0xffffda54) at ../common/launch.c:1018
#27 0x080557d0 in main (argc=1, argv=0xffffda54) at main.c:93
Do you have any ideas as to what might be missing from the workstation's environment to get the GUI working?
Thanks,
Nick