Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Crash on calling ShowMenuBar() in Intel Core Duo




hi all,

I am working on new INTEL Dual Core mac mini.
My application is a java application and I am making  native function call through java
and the  problem is that a crash  occurs  when I call method showMenuBar() and HideMenuBar()
in my application through JNI.
Crash is occuring when I am calling hide & show menu method  frequently one by one.
Also this crash is occuring only with Mac mini intel dual core machine and not with other Mac machines.

The crash report is following :

0   com.apple.CoreGraphics           0x903869a3 CGClipStackGetClipAtIndex + 21

1   libRIP.A.dylib                    0x943f3187 ripc_GetClipStackData + 114

2   libRIP.A.dylib                    0x943f2d6e ripc_GetClipState + 2582

3   libRIP.A.dylib                    0x943f2062 ripc_GetRenderingState + 182

4   libRIP.A.dylib                    0x943f6443 ripc_DrawGlyphs + 171

5   com.apple.CoreGraphics           0x9034f99b drawGlyphs + 1228

6   com.apple.CoreGraphics           0x907633a4 CGContextShowGlyphsWithAdvances + 180

7   com.apple.CoreText                    0x901f44a8 TLine::DrawGlyphs(CGContext*) const + 116

8   com.apple.HIToolbox                  0x92f357bd TCoreTextEngine::DrawThemeTextBox(_HIThemeTextInfo*, CGRect const&, unsigned long, CGContext*) + 1667

9   com.apple.HIToolbox                  0x92f35016 DataEngine::DrawTextBox(__CFString const*, CGRect const*, _HIThemeTextInfo*, CGContext*) + 596

10  com.apple.HIToolbox                 0x92f34d7b HIThemeDrawTextBox + 319

11  com.apple.HIToolbox                 0x92f3487a HIMenuBarView::DrawTextTitle(MenuData*, CGRect const*, __CFString const*, unsigned short, CGContext*) + 234

12  com.apple.HIToolbox                 0x92f2e97c HIMenuBarView::DrawSelf(short, __HIShape const*, CGContext*) + 1262

13  com.apple.HIToolbox                 0x92f2e150 HIView::DrawCacheOrSelf(short, __HIShape const*, CGContext*) + 86

14  com.apple.HIToolbox                0x92f2df5b HIView::SendDraw(short, OpaqueGrafPtr*, __HIShape const*, CGContext*) + 97

15  com.apple.HIToolbox                 0x930a2d52 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char) + 874

16  com.apple.HIToolbox                 0x930a2ee4 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char) + 1276

17  com.apple.HIToolbox                 0x930a36d4 HIView::DrawComposited(short, OpaqueGrafPtr*, __HIShape const*, unsigned long, HIView*, CGContext*) + 600

18  com.apple.HIToolbox                 0x92f2db26 HIView::Draw(short, OpaqueGrafPtr*, unsigned long) + 74

19  com.apple.HIToolbox                 0x92f2da63 HIView::Render(unsigned long, CGContext*) + 45

20  com.apple.HIToolbox                 0x92f1d5a2 _ShowHideWindows + 504

21  com.apple.HIToolbox                 0x92f1d3a6 ShowHide + 38

22  com.apple.HIToolbox                 0x92f2d2f0 MBarDraw() + 68

23  com.apple.HIToolbox                 0x92f248e3 DrawMenuBar + 223

24  com.apple.HIToolbox                 0x92f24bb8 ShowBar(unsigned char, unsigned char) + 272

25  com.apple.HIToolbox                 0x92fde9ee SetSystemUIMode + 228

26  com.apple.HIToolbox                 0x92fde8fa ShowMenuBar + 122

27  <<00000000>>   0x03f36c5b 0 + 66284635

28  <<00000000>>   0x03f31bc3 0 + 66264003

29  <<00000000>>   0x03f31c6f 0 + 66264175

30  <<00000000>>   0x03f31ec9 0 + 66264777

31  <<00000000>>   0x03f31bc3 0 + 66264003

32  <<00000000>>   0x03f31ec9 0 + 66264777

33  <<00000000>>   0x03f31bc3 0 + 66264003

34  <<00000000>>   0x03f31ec9 0 + 66264777

35  <<00000000>>   0x03f31ec9 0 + 66264777

36  <<00000000>>   0x03f31bc3 0 + 66264003

37  <<00000000>>   0x03f31bc3 0 + 66264003

38  <<00000000>>   0x03f31bc3 0 + 66264003

39  <<00000000>>   0x03f31bc3 0 + 66264003

40  <<00000000>>   0x03f31bc3 0 + 66264003

41  <<00000000>>   0x03f31bc3 0 + 66264003

42  <<00000000>>   0x03f31bc3 0 + 66264003

43  <<00000000>>   0x03f31d1b 0 + 66264347

44  <<00000000>>   0x03f31d1b 0 + 66264347

45  <<00000000>>   0x03f31bc3 0 + 66264003

46  <<00000000>>   0x03f31bc3 0 + 66264003

47  <<00000000>>   0x03f31bc3 0 + 66264003

48  <<00000000>>   0x03f31bc3 0 + 66264003

49  <<00000000>>   0x03f31d1b 0 + 66264347

50  <<00000000>>   0x03f31bc3 0 + 66264003

51  <<00000000>>   0x03f31bc3 0 + 66264003

52  <<00000000>>   0x03f31bc3 0 + 66264003

53  <<00000000>>   0x03f2f0ed 0 + 66253037

54  libjvm.dylib                       0x95c436cc jio_snprintf + 250442

55  libjvm.dylib                       0x95c4ae7e JVM_StartThread + 2424

56  libjvm.dylib                       0x95c4ad81 JVM_StartThread + 2171

57  libjvm.dylib                       0x95c4acd1 JVM_StartThread + 1995

58  libjvm.dylib                       0x95c4abc4 JVM_StartThread + 1726

59  libjvm.dylib                       0x95bfcea3 JNI_CreateJavaVM_Impl + 34773

60  libSystem.B.dylib                        0x90024b07 _pthread_body + 84


thanks in advance

Amber


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.