Unhandled memory fault soon after (hi:hemlock) with Qt backend
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Hemlock |
Undecided
|
Unassigned |
Bug Description
Output:
Loading shared libraries [qtcore, qtgui, qtnetwork, qtsvg, qtwebkit].
Connecting to window system...done.
Finalizer called for #<QObject 0x006E9650> (QObject), possible memory leak.
Unhandled memory fault at #x20.
[Condition of type SB-SYS:
Backtrace:
0: (SB-SYS:
[No Locals]
1: ("foreign function: #x4178D0")
[No Locals]
2: ("foreign function: #x4179B0")
[No Locals]
3: ("foreign function: #x80321F3FD8")
[No Locals]
4: (QT::CALL-
Locals:
QT::ARGS = NIL
QT::FUN = #<CLOSURE (LAMBDA (QT::STACK &AUX QT::FUN)) {10074D8679}>
SB-C::SAP = :<NOT-AVAILABLE>
QT::TYPES = NIL
5: (QT::%CALL T #<QMainWindow 0x007A8120> "show" NIL)
Locals:
QT::ARGS = NIL
METHOD = "show"
METHOD#1 = :<NOT-AVAILABLE>
QT::RTYPE = :<NOT-AVAILABLE>
6: (QT:CALL #<QMainWindow 0x007A8120> "show")[:EXTERNAL]
Locals:
QT::ARGS = :<NOT-AVAILABLE>
#:G1032 = 2
#:G1033 = #<QMainWindow 0x007A8120>
#:G1034 = "show"
7: ((SB-PCL:
Locals:
8: ((LAMBDA (SB-PCL::.PV. SB-PCL:
Locals:
9: (HEMLOCK-
Locals:
10: ((LAMBDA ()))
[No Locals]
Catch-tags:
11: ((SB-PCL:
Locals:
12: (HEMLOCK-
Locals:
13: (SB-INT:
Locals:
14: (SWANK:
Locals:
Paweł Lasek (pawel-lasek) wrote : | #2 |
(all the time running from SLIME)
With CommonQT 8483bf5e86af58b
CL-USER> (hi:hemlock)
Loading shared libraries [qtcore, qtgui, qtnetwork, qtsvg, qtwebkit].
Connecting to window system...done.
Finalizer called for #<QObject 0x006E9690> (QObject), possible memory leak.
Finalizer called for #<QRectF 0x0074BAF0> (), possible memory leak.
Finalizer called for #<QRectF 0x0073B750> (), possible memory leak.
; Evaluation aborted.
Backtrace:
0: (SB-SYS:
[No Locals]
1: ("foreign function: #x4178D0")
[No Locals]
2: ("foreign function: #x4179B0")
[No Locals]
3: ("foreign function: #x801BB73FD8")
[No Locals]
4: (QT::CALL-
Locals:
QT::ARGS = NIL
QT::FUN = #<CLOSURE (LAMBDA (QT::STACK &AUX QT::FUN)) {1002C80679}>
SB-C::SAP = :<NOT-AVAILABLE>
QT::TYPES = NIL
5: (QT::%CALL T #<QMainWindow 0x007A7FB0> "show" NIL)
Locals:
QT::ARGS = NIL
METHOD = "show"
METHOD#1 = :<NOT-AVAILABLE>
QT::RTYPE = :<NOT-AVAILABLE>
6: (QT:CALL #<QMainWindow 0x007A7FB0> "show")[:EXTERNAL]
Locals:
QT::ARGS = :<NOT-AVAILABLE>
#:G1016 = 2
#:G1017 = #<QMainWindow 0x007A7FB0>
#:G1018 = "show"
7: ((SB-PCL:
Locals:
8: ((LAMBDA (SB-PCL::.PV. SB-PCL:
Locals:
9: (HEMLOCK-
Locals:
10: ((LAMBDA ()))
[No Locals]
Catch-tags:
11: ((SB-PCL:
Locals:
12: (HEMLOCK-
Locals:
13:...
Can you compare the smoke.h from your kdebindings withh the one CommonQt HEAD is written for?
I'm on rev 1064293, which I thought was almost identical to KDE 4.4.x, but it might be better to check.
svn cat svn://anonsvn.
I've also pushed more casting fixes, plus a missing slot in a struct definition. (Since you appear to be on a 64 bit system, the struct issue should have been hidden by 64 bit alignment though.)
This bug was recorded with Qt4.6.2, smoke 4.4.1, GCC 4.4, SBCL 1.0.35, all of those packages from distro. 0f134ceaf887caa a839c6e709 from default repository in clbuild. 9b12a71c9cd95ae 905715f20f
CommonQT commit d6de22eaf563281
Hemlock commit 2cc561d82e718c5