[Bug 531313] Re: [karmic] cryptkeeper crashes on creating new encfs (also in strcmp)

2012-05-08 Thread Rolf Leggewie
karmic is no longer supported and receives no further updates.  At your
discretion, please reopen this ticket or create a new one if you
experience this problem in a more recent, supported release.

We apologize we were unable to deal with the issue you were experiencing
in a better, more timely manner.

** Changed in: cryptkeeper (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/531313

Title:
  [karmic] cryptkeeper crashes on creating new encfs (also in strcmp)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cryptkeeper/+bug/531313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 531313] Re: [karmic] cryptkeeper crashes on creating new encfs (also in strcmp)

2010-03-03 Thread LimCore
Confirmed on other box; we will try to test on other boxes too

** Changed in: cryptkeeper (Ubuntu)
   Status: New => Confirmed

-- 
[karmic] cryptkeeper crashes on creating new encfs (also in strcmp)
https://bugs.launchpad.net/bugs/531313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 531313] Re: [karmic] cryptkeeper crashes on creating new encfs (also in strcmp)

2010-03-03 Thread kgorny
I confirm to have the exact same bug/crash with Cryptkeeper
kgo...@jumpi:~$ gdb cryptkeeper 
GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 Free Software Foundation, Inc.   
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.   
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"   
and "show warranty" for details. 
This GDB was configured as "x86_64-linux-gnu".   
For bug reporting instructions, please see:  
...   
Reading symbols from /usr/bin/cryptkeeper...(no debugging symbols found)...done.
(gdb) r 
Starting program: /usr/bin/cryptkeeper  
[Thread debugging using libthread_db enabled]   
[New Thread 0x7fffedbce910 (LWP 6029)]  
[New Thread 0x7fffed3cd910 (LWP 6030)]  
[Thread 0x7fffedbce910 (LWP 6029) exited]   
[New Thread 0x7fffedbce910 (LWP 6034)]  
[New Thread 0x7fffe7fff910 (LWP 6035)]  
[New Thread 0x7fffe77fe910 (LWP 6036)]  
[Thread 0x7fffedbce910 (LWP 6034) exited]   
[Thread 0x7fffe77fe910 (LWP 6036) exited]   
[Thread 0x7fffed3cd910 (LWP 6030) exited]   
[New Thread 0x7fffed3cd910 (LWP 6041)]  
[New Thread 0x7fffe77fe910 (LWP 6042)]  
[New Thread 0x7fffedbce910 (LWP 6043)]  
[Thread 0x7fffed3cd910 (LWP 6041) exited]   
[Thread 0x7fffe7fff910 (LWP 6035) exited]   
[Thread 0x7fffe77fe910 (LWP 6042) exited]   
[New Thread 0x7fffe77fe910 (LWP 6056)]  
[New Thread 0x7fffe7fff910 (LWP 6057)]  
[New Thread 0x7fffed3cd910 (LWP 6058)]  
[New Thread 0x7fffe6ffd910 (LWP 6059)]  
[New Thread 0x7fffe67fc910 (LWP 6060)]  
[New Thread 0x7fffe5ffb910 (LWP 6061)]  
[New Thread 0x7fffe57fa910 (LWP 6062)]  
[Thread 0x7fffe67fc910 (LWP 6060) exited]   
[Thread 0x7fffe57fa910 (LWP 6062) exited]   
[Thread 0x7fffed3cd910 (LWP 6058) exited]   
[Thread 0x7fffe7fff910 (LWP 6057) exited]   
[Thread 0x7fffe6ffd910 (LWP 6059) exited]   
[Thread 0x7fffedbce910 (LWP 6043) exited]   
[Thread 0x7fffe5ffb910 (LWP 6061) exited]   
[New Thread 0x7fffe5ffb910 (LWP 6068)]  
[New Thread 0x7fffedbce910 (LWP 6069)]  
[Thread 0x7fffe5ffb910 (LWP 6068) exited]   
[Thread 0x7fffe77fe910 (LWP 6056) exited]   

Program received signal SIGSEGV, Segmentation fault.
0x74a83ea2 in strcmp () from /lib/libc.so.6
(gdb) bt
#0  0x74a83ea2 in strcmp () from /lib/libc.so.6
#1  0x00405346 in ?? ()
#2  0x00405480 in ?? ()
#3  0x004074eb in ?? ()
#4  0x75e505ae in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#5  0x75e65983 in ?? () from /usr/lib/libgobject-2.0.so.0
#6  0x75e66d39 in g_signal_emit_valist () from 
/usr/lib/libgobject-2.0.so.0
#7  0x75e67283 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#8  0x77867af5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#9  0x75e505ae in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#10 0x75e6529c in ?? () from /usr/lib/libgobject-2.0.so.0
#11 0x75e66d39 in g_signal_emit_valist () from 
/usr/lib/libgobject-2.0.so.0
#12 0x75e67283 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#13 0x778667ad in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#14 0x77915728 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#15 0x75e505ae in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#16 0x75

[Bug 531313] Re: [karmic] cryptkeeper crashes on creating new encfs (also in strcmp)

2010-03-03 Thread LimCore
Bug #432443 also is about strcmp() sigsegv in encfs, but there the
problem occurs just from clicking the icon, and in this bug here it
happens when creating new encfs.

-- 
[karmic] cryptkeeper crashes on creating new encfs (also in strcmp)
https://bugs.launchpad.net/bugs/531313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs