disappearing title bar?
disappearing title bar?
- Subject: disappearing title bar?
- From: Rich Morin <email@hidden>
- Date: Wed, 2 Apr 2003 16:01:25 -0800
So there I was, fiddling with Perl/Tk, when I noticed that the windows
I was creating had no title bars! After a bit of research, I realized
that quartz-wm had died on me. Or, possibly my app killed it (but I'd
_like_ to think that isn't possible). The console sez:
...
2003-04-02 15:38:37.301 quartz-wm[3288] *** -[NSCFTimer toplevel_id]:
selector not recognized
2003-04-02 15:38:37.302 quartz-wm[3288] *** Uncaught exception:
<NSInvalidArgumentException> *** -[NSCFTimer toplevel_id]:
selector not recognized
Apr 2 15:38:37 cerberus crashdump: Crash report written to:
/Users/rdm/Library/Logs/CrashReporter/quartz-wm.crash.log
Can someone tell me whether this is a bug in X11, in my Perl/Tk code,
or both? Or even, roughly, what's going on?
-r
P.S. Here's the logfile:
Date/Time: 2003-04-02 15:38:37 -0800
OS Version: 10.2.4 (Build 6I32)
Host: cerberus
Command: quartz-wm
PID: 3288
Exception: EXC_BREAKPOINT (0x0006)
Code[0]: 0x00000001Code[1]: 0x90844988
Thread 0 Crashed:
#0 0x90844988 in _NSRaiseError
#1 0x90844810 in +[NSException raise:format:]
#2 0x907f0fd4 in -[NSObject(NSForwardInvocation) forward::]
#3 0x9068c130 in _objc_msgForward
#4 0x0000a980 in x_input_register
#5 0x00012850 in x_input_register
#6 0x0000db78 in x_input_register
#7 0x0000edf4 in x_input_register
#8 0x0000b044 in x_input_register
#9 0x0000838c in x_get_string_property
#10 0x00009a40 in x_input_run
#11 0x00009cb0 in x_input_run
#12 0x90162ce8 in __CFSocketPerform
#13 0x90149534 in __CFRunLoopDoSources0
#14 0x90148918 in __CFRunLoopRun
#15 0x90180fe4 in CFRunLoopRunSpecific
#16 0x90148360 in CFRunLoopRun
#17 0x0000624c in main
#18 0x000039c0 in start
#19 0x00003840 in start
Thread 1:
#0 0x900257ac in select
#1 0x901618f0 in __CFSocketManager
#2 0x90020d48 in _pthread_body
Thread 2:
#0 0x90073c48 in mach_msg_trap
#1 0x90005f90 in mach_msg
#2 0xc0007758 in __ape_internal
#3 0xc0001160 in __ape_agent
#4 0x90020d48 in _pthread_body
PPC Thread State:
srr0: 0x90844988 srr1: 0x0002f030 vrsave: 0x00000000
xer: 0x20000000 lr: 0x90844964 ctr: 0x907e4270 mq: 0x00000000
r0: 0x00000000 r1: 0xbfffef90 r2: 0x2480224e r3: 0xa07ed3b8
r4: 0x9068d51c r5: 0x00000000 r6: 0xbfffec70 r7: 0x20000000
r8: 0x00062010 r9: 0xa07e0294 r10: 0x00000001 r11: 0x00000000
r12: 0x2480224e r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
r16: 0x00000001 r17: 0x00000000 r18: 0x00000000 r19: 0x00000001
r20: 0x00000000 r21: 0xa013299c r22: 0x00093e4c r23: 0x00000001
r24: 0x001eb4b0 r25: 0x0001ab54 r26: 0x001ecae0 r27: 0xa07e02ac
r28: 0x001eb4b0 r29: 0x001ecb90 r30: 0xbffff190 r31: 0x908448a8
--
email: email@hidden; phone: +1 650-873-7841
http://www.cfcl.com/rdm - my home page, resume, etc.
http://www.cfcl.com/Meta - The FreeBSD Browser, Meta Project, etc.
http://www.ptf.com/dossier - Prime Time Freeware's DOSSIER series
http://www.ptf.com/tdc - Prime Time Freeware's Darwin Collection
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.