[Kmymoney-devel] [kmymoney4] [Bug 312692] Test #20: kmymoney-mymoneydatabasemgrtest FAILS FATALLY
Marko Käning
mk-lists at email.de
Tue Jan 8 06:53:42 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=312692
--- Comment #7 from Marko Käning <mk-lists at email.de> ---
I changed
const MyMoneyDbTable& ts = m_db.m_tables["kmmSplits"];
to
const MyMoneyDbTable ts(m_db.m_tables["kmmSplits"]);
but the problem persists.
The worst thing is that I always only get this error thrown out:
---
20: mymoneydatabasemgrtest(20687,0x7fff7126ecc0) malloc: *** error for object
0x1032aa9e0: pointer being freed was not allocated
20: *** set a breakpoint in malloc_error_break to debug
1/1 Test #20: kmymoney-mymoneydatabasemgrtest ...***Exception: Other 1.59 sec
---
and nothing else.
Only once or twice I saw the DEBUG message from my comment #1.
Running the test in gdb didn't produce a stack trace either.
(My knowledge of running applications in gdb step by step is zero, so I haven't
tried that yet.)
Wondering how to proceed...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list