GThread-ERROR **: GThread system may only be initialized once.
aborting...
I can't track down why this is happening, but nevertheless it does.
I've checked that I have everything I need to start and run pureadmin,
but nothing seems to help!
---Churusaa, the Ronin AlienKitten
ps.
When launching from a terminal, the password prompt for gksudo will
come up on the first attempt to load, but none of the subsequent times
following.
Thanks!
2.6.20-16 kernel on an i686 running Ubuntu Linux, version 7.04
Running pure-ftpd version 1.0.21
(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.
1".
(gdb) run
Starting program: /usr/bin/pureadmin
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1219623232 (LWP 25624)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
GTK Accessibility Module initialized
GThread-ERROR **: GThread system may only be initialized once.
aborting...
Program received signal SIGABRT, Aborted.
[Switching to Thread -1219623232 (LWP 25624)]
0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb75f7df0 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb75f9641 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb779370a in g_logv () from /usr/lib/libglib-2.0.so.0
#4 0xb7793749 in g_log () from /usr/lib/libglib-2.0.so.0
#5 0xb7fc0740 in g_thread_init () from /usr/lib/libgthread-2.0.so.0
#6 0x080527d5 in main ()
I've seen this type of report on other GTK software. I think it has to
do with changes in GTK but I'm not sure. I cannot reproduce it here. I
will investigate a bit more.
> I can't track down why this is happening, but nevertheless it does.
>
> I've checked that I have everything I need to start and run pureadmin,
> but nothing seems to help!
You've done nothing wrong. Just a question, have you tried starting it
as root directly? Like:
user@host $ sudo -s
root@host $ pureadmin
Does that give you the same error?
-Isak