[Bug 257885] kdepim-4.5.80: Kmail does not start at all

Andreas Jaeger jaegerandi at gmail.com
Thu Nov 25 20:29:46 GMT 2010


https://bugs.kde.org/show_bug.cgi?id=257885





--- Comment #4 from Andreas Jaeger <jaegerandi gmail com>  2010-11-25 21:29:45 ---
Second invocation:
$ /usr/bin/kmail-migrator --interactive-on-change
tokoe: InfoDialog::message(2)
tokoe: InfoDialog::message: mError=0
tokoe: InfoDialog::message(1)
tokoe: InfoDialog::message: mError=0
tokoe: InfoDialog::message(1)
tokoe: InfoDialog::message: mError=0
tokoe: InfoDialog::message(0)
tokoe: InfoDialog::message: mError=0
tokoe: InfoDialog->hasError()=1
$ echo $?
3

Debugging I see:
(gdb) r
Starting program: /usr/bin/kmail-migrator --interactive-on-change
[Thread debugging using libthread_db enabled]
Detaching after fork from child process 18789.

Breakpoint 1, InfoDialog::message (this=0x7c07d0, type=KMigratorBase::Info,
msg=...)
    at /usr/src/debug/kdepim-runtime-4.5.80/migration/infodialog.cpp:75
75    in /usr/src/debug/kdepim-runtime-4.5.80/migration/infodialog.cpp
(gdb) p mError 
$3 = false
(gdb) c
Continuing.
tokoe: InfoDialog::message(2)
tokoe: InfoDialog::message: mError=0

Breakpoint 1, InfoDialog::message (this=0x7c07d0, type=KMigratorBase::Skip,
msg=...)
    at /usr/src/debug/kdepim-runtime-4.5.80/migration/infodialog.cpp:75
75    in /usr/src/debug/kdepim-runtime-4.5.80/migration/infodialog.cpp
(gdb) p mError 
$4 = false
(gdb) c
Continuing.
tokoe: InfoDialog::message(1)
tokoe: InfoDialog::message: mError=0

Breakpoint 1, InfoDialog::message (this=0x7c07d0, type=KMigratorBase::Skip,
msg=...)
    at /usr/src/debug/kdepim-runtime-4.5.80/migration/infodialog.cpp:75
75    in /usr/src/debug/kdepim-runtime-4.5.80/migration/infodialog.cpp
(gdb) p mError 
$5 = false
(gdb) c
Continuing.
tokoe: InfoDialog::message(1)
tokoe: InfoDialog::message: mError=0

Breakpoint 1, InfoDialog::message (this=0x7c07d0, type=KMigratorBase::Success,
msg=...)
    at /usr/src/debug/kdepim-runtime-4.5.80/migration/infodialog.cpp:75
75    in /usr/src/debug/kdepim-runtime-4.5.80/migration/infodialog.cpp
(gdb) p mError 
$6 = false
(gdb) c
Continuing.
tokoe: InfoDialog::message(0)
tokoe: InfoDialog::message: mError=0
^C
Program received signal SIGINT, Interrupt.
0x00007ffff41ce358 in poll () from /lib64/libc.so.6
(gdb) b InfoDialog::~InfoDialog
Breakpoint 2 at 0x448dc0: file
/usr/src/debug/kdepim-runtime-4.5.80/migration/infodialog.cpp, line 69. (2
locations)
(gdb) c
Continuing.

Breakpoint 2, InfoDialog::~InfoDialog (this=0x7c07d0, __in_chrg=<value
optimized out>)
    at /usr/src/debug/kdepim-runtime-4.5.80/migration/infodialog.cpp:69
69    in /usr/src/debug/kdepim-runtime-4.5.80/migration/infodialog.cpp
(gdb) c
Continuing.

Breakpoint 2, InfoDialog::~InfoDialog (this=0x7c07d0, __in_chrg=<value
optimized out>)
    at /usr/src/debug/kdepim-runtime-4.5.80/migration/infodialog.cpp:69
69    in /usr/src/debug/kdepim-runtime-4.5.80/migration/infodialog.cpp
(gdb) c
Continuing.
tokoe: InfoDialog->hasError()=1

Do we call InfoDialog after calling the destructor?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list