Skip Menu |

This queue is for tickets about the sqlgui CPAN distribution.

Report information
The Basics
Id: 23126
Status: open
Priority: 0/
Queue: sqlgui

People
Owner: Nobody in particular
Requestors: earlw [...] apparentsolutions.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Sqlgui crashes on launch.
Date: Sun, 12 Nov 2006 21:57:24 -0500
To: bug-sqlgui [...] rt.cpan.org
From: Earl Wilson <earlw [...] apparentsolutions.com>
System: Mandriva 2007 club x86-64 bit on a HP zv6130us 512 meg of ram. Installed by Mandriva RPM. On launch as user from menu or command line I get a crash of signal 11. Backtrace shows: (no debugging symbols found) Using host libthread_db library "/lib64/libthread_db.so.1". (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 47961930030224 (LWP 14331)] (no debugging symbols found) (no debugging symbols found) 0x00002b9f012b1500 in nanosleep () from /lib64/libc.so.6 #0 0x00002b9f012b1500 in nanosleep () from /lib64/libc.so.6 #1 0x00002b9f012b1339 in sleep () from /lib64/libc.so.6 #2 0x00002b9efe58bfaf in KCrash::startDrKonqi () from /usr/lib64/libkdecore.so.4 #3 0x00002b9efe5a0474 in KCrash::defaultCrashHandler () from /usr/lib64/libkdecore.so.4 #4 0x00002b9f0124c030 in killpg () from /lib64/libc.so.6 #5 0x0000000000000000 in ?? () But if I run it as root. It runs just fine. Is this a bug or something strange with Mandriva's settings? -- Apparent Solutions 253-569-6200 http://www.apparentsolutions.com Providing solutions using the power of Linux and Open Source software.
From: DRSAARON [...] cpan.org
On Mon Nov 13 00:57:51 2006, earlw@apparentsolutions.com wrote: Show quoted text
> System: Mandriva 2007 club x86-64 bit on a HP > zv6130us 512 meg of ram. Installed by Mandriva RPM. > > On launch as user from menu or command line I get a crash of signal 11. > Backtrace shows: > (no debugging symbols found) > Using host libthread_db library "/lib64/libthread_db.so.1". > (no debugging symbols found) > (no debugging symbols found) > (no debugging symbols found) > [Thread debugging using libthread_db enabled] > [New Thread 47961930030224 (LWP 14331)] > (no debugging symbols found) > (no debugging symbols found) > 0x00002b9f012b1500 in nanosleep () from /lib64/libc.so.6 > #0 0x00002b9f012b1500 in nanosleep () from /lib64/libc.so.6 > #1 0x00002b9f012b1339 in sleep () from /lib64/libc.so.6 > #2 0x00002b9efe58bfaf in KCrash::startDrKonqi () > from /usr/lib64/libkdecore.so.4 > #3 0x00002b9efe5a0474 in KCrash::defaultCrashHandler () > from /usr/lib64/libkdecore.so.4 > #4 0x00002b9f0124c030 in killpg () from /lib64/libc.so.6 > #5 0x0000000000000000 in ?? () > > But if I run it as root. It runs just fine. Is this a bug or something > strange with Mandriva's settings? >
Sounds like a problem with your environment setup or something on the OS side. The perl interpreter isn't finding a shared library or is using the wrong one, perhaps.