Bug 282014 - telepathy-auth-handler crashes after trying to set online
Summary: telepathy-auth-handler crashes after trying to set online
Status: RESOLVED DUPLICATE of bug 283135
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: auth-handler (show other bugs)
Version: git-latest
Platform: unspecified Linux
: NOR crash
Target Milestone: 0.4.0
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-14 13:56 UTC by Alin M Elena
Modified: 2012-07-06 12:47 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
New crash information added by DrKonqi (1.22 KB, text/plain)
2011-10-03 01:54 UTC, Daniele E. Domenichelli
Details
New crash information added by DrKonqi (1.01 KB, text/plain)
2011-10-06 11:27 UTC, Vit Pelcak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alin M Elena 2011-09-14 13:56:57 UTC
Application: telepathy-kde-auth-handler (0.1)
KDE Platform Version: 4.7.1 (4.7.1) "release 2"
Qt Version: 4.7.4
Operating System: Linux 3.1.0-rc5-2-desktop x86_64
Distribution: "openSUSE 12.1 Milestone 5 (x86_64)"

-- Information about the crash:
the handler crashes immediately after I try to set online...
I have checked the passwords are in the kwallet... 
other strange thing is that immediately after I put myself online... the handler pops out asking me for passwords which are already in the kwallet

Alin

The crash can be reproduced every time.

-- Backtrace:
Application: Telepathy File Auth Handler (telepathy-kde-auth-handler), signal: Aborted
[KCrash Handler]
#6  0x00007f6aa5d1dd05 in raise () from /lib64/libc.so.6
#7  0x00007f6aa5d1f21b in abort () from /lib64/libc.so.6
#8  0x00007f6aa5d57e5e in __libc_message () from /lib64/libc.so.6
#9  0x00007f6aa5d5db96 in malloc_printerr () from /lib64/libc.so.6
#10 0x0000000000408686 in ~SharedPtr (this=0x7fffceac54e0, __in_chrg=<optimized out>) at /usr/include/telepathy-1.0/TelepathyQt4/shared-ptr.h:80
#11 main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/telepathy-auth-handler-0.1.0.git.1315935751/main.cpp:84

Reported using DrKonqi
Comment 1 David Edmundson 2011-09-14 17:06:07 UTC
Fixed in latest DrDanz branch.
Comment 2 Daniele E. Domenichelli 2011-10-03 01:54:48 UTC
Created attachment 64146 [details]
New crash information added by DrKonqi

telepathy-kde-auth-handler (0.1) on KDE Platform 4.6.5 (4.6.5) using Qt 4.7.3

It's actually not fixed in my branch, but introduced by commit 96adc2fc5c7352a7d5d806d904723255d8eb9253

-- Backtrace (Reduced):
#8  0x00007fb3c2c77dbb in __libc_message (do_abort=<optimized out>, fmt=<optimized out>) at ../sysdeps/unix/sysv/linux/libc_fatal.c:189
#9  0x00007fb3c2c81606 in malloc_printerr (action=3, str=0x7fb3c2d58288 "double free or corruption (out)", ptr=<optimized out>) at malloc.c:6283
[...]
#11 0x0000000000408c6e in main (argc=1, argv=<optimized out>) at /opt/telepathy/telepathy-auth-handler/main.cpp:83
Comment 3 Vit Pelcak 2011-10-06 11:27:45 UTC
Created attachment 64280 [details]
New crash information added by DrKonqi

telepathy-kde-auth-handler (0.1) on KDE Platform 4.7.2 (4.7.2) using Qt 4.7.4

- What I was doing when the application crashed:

Same as initial report. Telepathy crashes on start.

-- Backtrace (Reduced):
#10 0x0000000000408fa3 in ~SharedPtr (this=0x7fff2a8e8540, __in_chrg=<optimized out>) at /usr/include/telepathy-1.0/TelepathyQt4/shared-ptr.h:80
#11 main (argc=-834796793, argv=0x7fff2a8e8958) at /usr/src/debug/telepathy-auth-handler-0.1.0git.1317561775/main.cpp:83
Comment 4 Daniele E. Domenichelli 2011-10-06 11:39:36 UTC

*** This bug has been marked as a duplicate of bug 283135 ***