Hello again
I hope it's not a stupid mistake (or maybe I should hope, because that
could ease the solution :-) )
I changed back to the jre 1.5 (because there is no 1.6 jre with 32 bit)
on max-os-x 10.5 but I was unable to start a simple widget (see beyond).
The Widget opens correctly, then there is the WaitCursor for a really
long time (min 10 sek) and when (after this) I try to move the Widget
it needs about 10 sek. to change the position. Trying to resize the
widget causes a misdraw and a crash. I just send a part of the
chrashreport (including the crashed thread) but of course I can send the
whole report if essential;
This bit of code works fine on Windows and Linux. Is there any special
setting I've overseen on mac ? I included the qtjambi.jar for qtjambi
4.3.5 and the native libraries in the ../lib directory.
best regards
Arne
OS: Mac OS-X 10.5
Java : 1.5.0_13
Jambi : qtjambi-mac-commercial-4.3.5_01
---------------------------------------------------------------
import com.trolltech.qt.core.QSize;
import com.trolltech.qt.gui.QApplication;
import com.trolltech.qt.gui.QHBoxLayout;
import com.trolltech.qt.gui.QLabel;
import com.trolltech.qt.gui.QWidget;
public class TestDialog extends QWidget {
/**
* @param args
*/
public static void main(String[] args) {
QApplication.initialize(args);
TestDialog testwidget = new TestDialog();
testwidget.setWindowTitle("Hallo Titel");
QHBoxLayout hboxlayout = new QHBoxLayout(testwidget);
QLabel label = new QLabel(testwidget);
label.setText("Hallo Test");
hboxlayout.addWidget(label);
testwidget.resize(new QSize(230,100));
testwidget.show();
QApplication.exec();
}
}
-----------------------------------------------------------------
crashreport :
Process: java [259]
Path:
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java
Identifier: java
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: eclipse [145]
Date/Time: 2008-06-09 17:10:37.688 +0200
OS Version: Mac OS X 10.5.2 (9C31)
Report Version: 6
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000fc000000
Crashed Thread: 1
Application Specific Information:
Java information:
Version: Java HotSpot(TM) Client VM (1.5.0_13-119 mixed mode)
Virtual Machine version: Java HotSpot(TM) Client VM (1.5.0_13-119) for
macosx-x86, built on Sep 28 2007 23:59:21 by root with gcc 4.0.1 (Apple
Inc. build 5465)
Exception type: Bus Error (0xa) at pc=0x92232b45
Current thread (0x010016b0): JavaThread "main" [_thread_in_native,
id=-1333784576]
Stack: [0xb0001000,0xb0801000)
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.trolltech.qt.gui.QApplication.exec()I+0
j TestDialog.main([Ljava/lang/String;)V+67
v ~StubRoutines::call_stub
Java Threads: ( => current thread )
0x0101ce50 JavaThread "Thread-2" daemon [_thread_in_native,
id=-1607463008]
0x01018ec0 JavaThread "Thread-0" daemon [_thread_blocked, id=8719872]
0x0100fee0 JavaThread "Low Memory Detector" daemon [_thread_blocked,
id=8421888]
0x0100f010 JavaThread "CompilerThread0" daemon [_thread_blocked,
id=8418304]
0x0100e7c0 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
id=8414720]
0x0100db60 JavaThread "JDWP Command Reader" daemon
[_thread_in_native, id=8411136]
0x0100d050 JavaThread "JDWP Event Helper Thread" daemon
[_thread_blocked, id=8477696]
0x0100c2d0 JavaThread "JDWP Transport Listener: dt_socket" daemon
[_thread_blocked, id=8471040]
0x01007a10 JavaThread "Finalizer" daemon [_thread_blocked, id=8497152]
0x01007610 JavaThread "Reference Handler" daemon [_thread_blocked,
id=8490496]
=>0x010016b0 JavaThread "main" [_thread_in_native, id=-1333784576]
Other Threads:
0x01006d60 VMThread [id=8427520]
0x01010a40 WatcherThread [id=8513024]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 576K, used 258K [0x05580000, 0x05620000,
0x05a60000)
eden space 512K, 39% used [0x05580000, 0x055b2a88, 0x05600000)
from space 64K, 87% used [0x05600000, 0x0560e080, 0x05610000)
to space 64K, 0% used [0x05610000, 0x05610000, 0x05620000)
tenured generation total 1408K, used 255K [0x05a60000, 0x05bc0000,
0x09580000)
the space 1408K, 18% used [0x05a60000, 0x05a9fd80, 0x05a9fe00,
0x05bc0000)
compacting perm gen total 8192K, used 3530K [0x09580000, 0x09d80000,
0x0d580000)
the space 8192K, 43% used [0x09580000, 0x098f2ac8, 0x098f2c00,
0x09d80000)
No shared spaces configured.
Virtual Machine arguments:
JVM args:
-Djava.library.path=/Users/Arne/Desktop/qtjambi-mac-commercial-4.3.5_01/lib
-agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:49248
Java command: TestDialog
launcher type: SUN_STANDARD
Thread 0:
0 libSystem.B.dylib 0xffff027a __spin_lock + 26
1 libSystem.B.dylib 0x9222b838 malloc_zone_malloc + 81
2 libSystem.B.dylib 0x9222b7cc malloc + 55
3 libQtCore.4.dylib 0x0e215deb QListData::detach2() + 37
4 libQtGui.4.dylib 0x0e8bbdd2
QList<QWidget*>::detach_helper() + 18
5 libQtGui.4.dylib 0x0e8bcffc
QList<QWidget*>::append(QWidget* const&) + 28
6 libQtGui.4.dylib 0x0e8bd071 QHash<int,
QWidget*>::values() const + 93
7 libQtGui.4.dylib 0x0e3fd430 QApplication::allWidgets()
+ 58
8 libQtGui.4.dylib 0x0e3fe9fd
QApplication::topLevelWidgets() + 45
9 libQtGui.4.dylib 0x0e445967
QEventDispatcherMac::flush() + 57
10 libQtCore.4.dylib 0x0e2a557c QCoreApplication::flush() +
40
11 libQtGui.4.dylib 0x0e446238
qt_mac_activate_timer(__EventLoopTimer*, void*) + 84
12 com.apple.CoreFoundation 0x96671b5e CFRunLoopRunSpecific + 4494
13 com.apple.CoreFoundation 0x96671d18 CFRunLoopRunInMode + 88
14 java 0x0000513e 0x1000 + 16702
15 java 0x0000258a 0x1000 + 5514
Thread 1 Crashed:
0 libSystem.B.dylib 0x92232b45 tiny_malloc_from_free_list
+ 235
1 libSystem.B.dylib 0x9223314b szone_calloc + 241
2 libSystem.B.dylib 0x92233015 malloc_zone_calloc + 88
3 libSystem.B.dylib 0x92232fa2 calloc + 62
4 com.apple.CoreGraphics 0x923cebc6 CGGStateCreateCopy + 31
5 com.apple.CoreGraphics 0x923ceb8d CGGStackSave + 28
6 com.apple.CoreGraphics 0x923ceb66 CGContextSaveGState + 71
7 libQtGui.4.dylib 0x0e5378c1
QCoreGraphicsPaintEngine::begin(QPaintDevice*) + 141
8 libQtGui.4.dylib 0x0e4c0416
QPainter::begin(QPaintDevice*) + 350
9 libQtGui.4.dylib 0x0e4c08f9
QPainter::QPainter(QPaintDevice*) + 233
10 libQtGui.4.dylib 0x0e454a0a
QWidgetPrivate::qt_widget_event(OpaqueEventHandlerCallRef*,
OpaqueEventRef*, void*) + 3574
11 com.apple.HIToolbox 0x9000afc3
DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
HandlerCallRec*) + 1181
12 com.apple.HIToolbox 0x9000a3fd
SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*,
HandlerCallRec*) + 405
13 com.apple.HIToolbox 0x9000a262
SendEventToEventTargetWithOptions + 58
14 com.apple.HIToolbox 0x9002dd1d HIView::SendDraw(short,
OpaqueGrafPtr*, __HIShape const*, CGContext*) + 475
15 com.apple.HIToolbox 0x9002d80a
HIView::RecursiveDrawComposited(__HIShape const*, unsigned long,
HIView*, CGContext*, unsigned char, float) + 734
16 com.apple.HIToolbox 0x9002d96e
HIView::RecursiveDrawComposited(__HIShape const*, unsigned long,
HIView*, CGContext*, unsigned char, float) + 1090
17 com.apple.HIToolbox 0x9002d96e
HIView::RecursiveDrawComposited(__HIShape const*, unsigned long,
HIView*, CGContext*, unsigned char, float) + 1090
18 com.apple.HIToolbox 0x9002cc08
HIView::DrawComposited(short, OpaqueGrafPtr*, __HIShape const*, unsigned
long, HIView*, CGContext*) + 668
19 com.apple.HIToolbox 0x9002c91b HIView::Draw(short,
OpaqueGrafPtr*, unsigned long) + 83
20 com.apple.HIToolbox 0x9002c86b HIView::Render(unsigned
long, CGContext*) + 45
21 com.apple.HIToolbox 0x9002745d
WindowData::BaseHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*,
void*) + 991
22 com.apple.HIToolbox 0x9000afc3
DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
HandlerCallRec*) + 1181
23 com.apple.HIToolbox 0x9000a3fd
SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*,
HandlerCallRec*) + 405
24 com.apple.HIToolbox 0x90026e0e SendEventToEventTarget + 52
25 com.apple.HIToolbox 0x9003836c SendEvent(unsigned long,
WindowData*, OpaqueRgnHandle*) + 210
26 com.apple.HIToolbox 0x90038087 PaintWindow(WindowData*,
OpaqueRgnHandle*, PaintReason, bool) + 143
27 com.apple.HIToolbox 0x90037eeb
EndWindowReshape(WindowData*, ReshapeWindowInfo*, unsigned char) + 69
28 com.apple.HIToolbox 0x900269da
MoveResizeWindowInternal(WindowData*, long, long, long, long, unsigned
char, unsigned char, unsigned char, unsigned char, Rect const*, unsigned
long) + 1432
29 com.apple.HIToolbox 0x900261e6
WindowData::SetBounds(unsigned short, Rect const*, Rect const*, unsigned
long) + 348
30 com.apple.HIToolbox 0x90122bc7
UpdateWindowBounds(OpaqueWindowPtr*, Rect&, Rect const&, unsigned long)
+ 143
31 com.apple.HIToolbox 0x90122ade
TWindowTracker::RelocateWindowImage(unsigned char) + 52
32 com.apple.HIToolbox 0x90121ff0
TWindowTracker::TrackWindow() + 1528
33 com.apple.HIToolbox 0x9012117f ResizeWindow + 211
34 com.apple.HIToolbox 0x90121099
HIGrowBoxView::TrackSelf(OpaqueEventRef*, short*) + 169
35 com.apple.HIToolbox 0x900197a8
HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)
+ 2614
36 com.apple.HIToolbox 0x9000afc3
DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
HandlerCallRec*) + 1181
37 com.apple.HIToolbox 0x9000a3fd
SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*,
HandlerCallRec*) + 405
38 com.apple.HIToolbox 0x9000a262
SendEventToEventTargetWithOptions + 58
39 com.apple.HIToolbox 0x900eb2c8
SendControlDefTrack(HIView*, CGPoint const&, unsigned long*, void
(*)(OpaqueControlRef*, short), OpaqueEventRef*, short*) + 310
40 com.apple.HIToolbox 0x900eb0ec
HIView::ClickInternal(CGPoint const&, unsigned long, void
(*)(OpaqueControlRef*, short), OpaqueEventRef*, bool) + 126
41 com.apple.HIToolbox 0x900d7922
HIView::ClickSelf(OpaqueEventRef*) + 370
42 com.apple.HIToolbox 0x900196c9
HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)
+ 2391
43 com.apple.HIToolbox 0x9000afc3
DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
HandlerCallRec*) + 1181
44 com.apple.HIToolbox 0x9000a3fd
SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*,
HandlerCallRec*) + 405
45 com.apple.HIToolbox 0x90026e0e SendEventToEventTarget + 52
46 com.apple.HIToolbox 0x900d4f4f
HIView::Click(OpaqueEventRef*) + 329
47 com.apple.HIToolbox 0x900d4db1
HandleClickAsHIView(OpaqueWindowPtr*, OpaqueEventRef*) + 151
48 com.apple.HIToolbox 0x900d4741
HandleWindowClick(OpaqueWindowPtr*, Point, short, unsigned long,
OpaqueEventRef*) + 505
49 com.apple.HIToolbox 0x900d4533
HandleMouseEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 791
50 com.apple.HIToolbox 0x9008fcaa
StandardWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*,
void*) + 96
51 com.apple.HIToolbox 0x9000afc3
DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
HandlerCallRec*) + 1181
52 com.apple.HIToolbox 0x9000a3fd
SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*,
HandlerCallRec*) + 405
53 com.apple.HIToolbox 0x90026e0e SendEventToEventTarget + 52
54 com.apple.HIToolbox 0x90039dcf
ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*,
OpaqueEventRef*, void*) + 2579
55 com.apple.HIToolbox 0x9000b37c
DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
HandlerCallRec*) + 2134
56 com.apple.HIToolbox 0x9000a3fd
SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*,
HandlerCallRec*) + 405
57 com.apple.HIToolbox 0x90026e0e SendEventToEventTarget + 52
58 libQtGui.4.dylib 0x0e439396
qt_mac_send_event(QFlags<QEventLoop::ProcessEventsFlag>,
OpaqueEventRef*, OpaqueWindowPtr*) + 86
59 libQtGui.4.dylib 0x0e446846
QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
+ 624
60 libQtCore.4.dylib 0x0e2a5018
QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 54
61 libQtCore.4.dylib 0x0e2a5137
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 109
62 libQtCore.4.dylib 0x0e2a6e85 QCoreApplication::exec() +
147
63 ??? 0x03587d07 0 + 56130823
64 ??? 0x0357fa7f 0 + 56097407
65 ??? 0x0357d227 0 + 56087079
66 libclient.dylib 0x004d263a 0x3b9000 + 1152570
67 libclient.dylib 0x004d2356 0x3b9000 + 1151830
68 libclient.dylib 0x00470422 0x3b9000 + 750626
69 libclient.dylib 0x005cfa70 JNI_CreateJavaVM_Impl +
132144
70 java 0x00002633 0x1000 + 5683
71 java 0x00004485 0x1000 + 13445
72 java 0x00004d3b 0x1000 + 15675
73 libSystem.B.dylib 0x9225bc55 _pthread_start + 321
74 libSystem.B.dylib 0x9225bb12 thread_start + 34
Thread 2:
0 libSystem.B.dylib 0x9222a9e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x922321dc mach_msg + 72
2 libSystem.B.dylib 0x922a04b3 mach_msg_server + 491
3 libclient.dylib 0x003c7ed5 0x3b9000 + 61141
4 libclient.dylib 0x003c7c95 0x3b9000 + 60565
5 libclient.dylib 0x0067dcc5 JVM_RaiseSignal + 441189
6 libSystem.B.dylib 0x922a753b _pthread_body + 27
Thread 3:
0 libSystem.B.dylib 0x9222a9e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x922321dc mach_msg + 72
2 libclient.dylib 0x004d1563 0x3b9000 + 1148259
3 libclient.dylib 0x004d13fc 0x3b9000 + 1147900
4 libclient.dylib 0x004161ed 0x3b9000 + 381421
5 libclient.dylib 0x00415d57 0x3b9000 + 380247
6 libclient.dylib 0x0067dcc5 JVM_RaiseSignal + 441189
7 libSystem.B.dylib 0x922a753b _pthread_body + 27
Thread 4:
0 libSystem.B.dylib 0x9222a9e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x922321dc mach_msg + 72
2 libclient.dylib 0x004d161a 0x3b9000 + 1148442
3 libclient.dylib 0x0041728a 0x3b9000 + 385674
4 libclient.dylib 0x00416875 0x3b9000 + 383093
5 libclient.dylib 0x005f8201 JVM_MonitorWait + 465
6 ??? 0x03587d07 0 + 56130823
7 ??? 0x0357f9d3 0 + 56097235
8 ??? 0x0357f9d3 0 + 56097235
9 ??? 0x0357d227 0 + 56087079
10 libclient.dylib 0x004d263a 0x3b9000 + 1152570
11 libclient.dylib 0x00416763 0x3b9000 + 382819
12 libclient.dylib 0x00416655 0x3b9000 + 382549
13 libclient.dylib 0x00416595 0x3b9000 + 382357
14 libclient.dylib 0x004164b8 0x3b9000 + 382136
15 libclient.dylib 0x0067dcc5 JVM_RaiseSignal + 441189
16 libSystem.B.dylib 0x922a753b _pthread_body + 27
Thread 5:
0 libSystem.B.dylib 0x9222a9e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x922321dc mach_msg + 72
2 libclient.dylib 0x004d161a 0x3b9000 + 1148442
3 libclient.dylib 0x0041728a 0x3b9000 + 385674
4 libclient.dylib 0x00416875 0x3b9000 + 383093
5 libclient.dylib 0x005f8201 JVM_MonitorWait + 465
6 ??? 0x03587d07 0 + 56130823
7 ??? 0x0357f9d3 0 + 56097235
8 ??? 0x0357faaa 0 + 56097450
9 ??? 0x0357faaa 0 + 56097450
10 ??? 0x0357d227 0 + 56087079
11 libclient.dylib 0x004d263a 0x3b9000 + 1152570
12 libclient.dylib 0x00416763 0x3b9000 + 382819
13 libclient.dylib 0x00416655 0x3b9000 + 382549
14 libclient.dylib 0x00416595 0x3b9000 + 382357
15 libclient.dylib 0x004164b8 0x3b9000 + 382136
16 libclient.dylib 0x0067dcc5 JVM_RaiseSignal + 441189
17 libSystem.B.dylib 0x922a753b _pthread_body + 27
Thread 6:
0 libSystem.B.dylib 0x9222a9e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x922321dc mach_msg + 72
2 libclient.dylib 0x004d161a 0x3b9000 + 1148442
3 libclient.dylib 0x004fbecd 0x3b9000 + 1322701
4 libclient.dylib 0x004fbbc7 0x3b9000 + 1321927
5 libjdwp.jnilib 0x00054fd2 Agent_OnLoad + 85946
6 libjdwp.jnilib 0x00041713 Agent_OnLoad + 5883
7 libjdwp.jnilib 0x0005214a Agent_OnLoad + 74034
8 libclient.dylib 0x004fc1f2 0x3b9000 + 1323506
9 libclient.dylib 0x004164b8 0x3b9000 + 382136
10 libclient.dylib 0x0067dcc5 JVM_RaiseSignal + 441189
11 libSystem.B.dylib 0x922a753b _pthread_body + 27
Thread 7:
0 libSystem.B.dylib 0x9222a9e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x922321dc mach_msg + 72
2 libclient.dylib 0x004d161a 0x3b9000 + 1148442
3 libclient.dylib 0x004fbecd 0x3b9000 + 1322701
4 libclient.dylib 0x004fbbc7 0x3b9000 + 1321927
5 libjdwp.jnilib 0x00054fd2 Agent_OnLoad + 85946
6 libjdwp.jnilib 0x0004829e Agent_OnLoad + 33414
7 libclient.dylib 0x004fc1f2 0x3b9000 + 1323506
8 libclient.dylib 0x004164b8 0x3b9000 + 382136
9 libclient.dylib 0x0067dcc5 JVM_RaiseSignal + 441189
10 libSystem.B.dylib 0x922a753b _pthread_body + 27
Thread 8:
0 libSystem.B.dylib 0x9227ab8e recvfrom$UNIX2003 + 10
1 libdt_socket.jnilib 0x007fb714 jdwpTransport_OnLoad + 1937
2 libjdwp.jnilib 0x00052b30 Agent_OnLoad + 76568
3 libjdwp.jnilib 0x00041a14 Agent_OnLoad + 6652
4 libclient.dylib 0x004fc1f2 0x3b9000 + 1323506
5 libclient.dylib 0x004164b8 0x3b9000 + 382136
6 libclient.dylib 0x0067dcc5 JVM_RaiseSignal + 441189
7 libSystem.B.dylib 0x922a753b _pthread_body + 27
Thread 9:
0 libSystem.B.dylib 0x9222aa22 semaphore_wait_trap + 10
1 libclient.dylib 0x004179ae 0x3b9000 + 387502
2 libclient.dylib 0x00417695 0x3b9000 + 386709
3 libclient.dylib 0x004164b8 0x3b9000 + 382136
4 libclient.dylib 0x0067dcc5 JVM_RaiseSignal + 441189
5 libSystem.B.dylib 0x922a753b _pthread_body + 27
Thread 10:
0 libSystem.B.dylib 0x9222a9e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x922321dc mach_msg + 72
2 libclient.dylib 0x004d161a 0x3b9000 + 1148442
3 libclient.dylib 0x004d12b9 0x3b9000 + 1147577
4 libclient.dylib 0x00417fdb 0x3b9000 + 389083
5 libclient.dylib 0x00417cb8 0x3b9000 + 388280
6 libclient.dylib 0x004164b8 0x3b9000 + 382136
7 libclient.dylib 0x0067dcc5 JVM_RaiseSignal + 441189
8 libSystem.B.dylib 0x922a753b _pthread_body + 27
Thread 11:
0 libSystem.B.dylib 0x9222a9e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x922321dc mach_msg + 72
2 libclient.dylib 0x004d161a 0x3b9000 + 1148442
3 libclient.dylib 0x004d13fc 0x3b9000 + 1147900
4 libclient.dylib 0x004180f0 0x3b9000 + 389360
5 libclient.dylib 0x004164b8 0x3b9000 + 382136
6 libclient.dylib 0x0067dcc5 JVM_RaiseSignal + 441189
7 libSystem.B.dylib 0x922a753b _pthread_body + 27
Thread 12:
0 libSystem.B.dylib 0x9222a9e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x922321dc mach_msg + 72
2 libclient.dylib 0x004d1563 0x3b9000 + 1148259
3 libclient.dylib 0x0041890f 0x3b9000 + 391439
4 libclient.dylib 0x00418533 0x3b9000 + 390451
5 libclient.dylib 0x0067dcc5 JVM_RaiseSignal + 441189
6 libSystem.B.dylib 0x922a753b _pthread_body + 27
Thread 13:
0 libSystem.B.dylib 0x9222a9e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x922321dc mach_msg + 72
2 libclient.dylib 0x004d1563 0x3b9000 + 1148259
3 libclient.dylib 0x00418769 0x3b9000 + 391017
4 libclient.dylib 0x006076c1 JVM_Sleep + 481
5 ??? 0x03587d07 0 + 56130823
6 ??? 0x0357f9d3 0 + 56097235
7 ??? 0x0357d227 0 + 56087079
8 libclient.dylib 0x004d263a 0x3b9000 + 1152570
9 libclient.dylib 0x00416763 0x3b9000 + 382819
10 libclient.dylib 0x00416655 0x3b9000 + 382549
11 libclient.dylib 0x00416595 0x3b9000 + 382357
12 libclient.dylib 0x004164b8 0x3b9000 + 382136
13 libclient.dylib 0x0067dcc5 JVM_RaiseSignal + 441189
14 libSystem.B.dylib 0x922a753b _pthread_body + 2713
com.apple.CoreFoundation 0x96671d18 CFRunLoopRunInMode + 88
14 java 0x0000513e 0x1000 + 16702
15 java 0x0000258a 0x1000 + 5514
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest