Crash with NSPrintOperation ?!
Crash with NSPrintOperation ?!
- Subject: Crash with NSPrintOperation ?!
- From: Guillaume Rager <email@hidden>
- Date: Tue, 27 Jul 2004 19:35:18 +0200
- Organization: GumiTech
Hi List,
I use NSPrintOperation to create a pdf from a view. This view is a webview and i use the documentView linked to the main frame for the page setup. I get the pdf and i can display it without any problems. But, i've got a random and wierd crash with the following log:
Thread 0 Crashed:
0 libobjc.A.dylib 0x908311e8 objc_msgSend + 0x8
1 com.apple.AppKit 0x92df5298 -[NSApplication sendEvent:] + 0xe30
2 com.apple.AppKit 0x92dfd73c -[NSApplication run] + 0x240
3 com.apple.AppKit 0x92eb9b80 NSApplicationMain + 0x1d0
4 ...jective-decision.od4contact 0x0000be64 _start + 0x188 (crt.c:267)
5 dyld 0x8fe1a558 _dyld_start + 0x64
The application has SIGSEV (10) output, but the main problem is that debugger cannot say which object is concerned, NSZombie doesn't work anymore. It doesn't crash in any functions, thats really wierd !!!
So if someone has any idea about i'm quite lost for the moment, because i don't know if its a wrong use of NSPrintOperation, or webviews... If someone has some tips about debugging too...
Thanks in advance,
Guillaume
-----
GUMITECH - R&D Unit - Niort (France)
http://www.gumitech.com
"Chaud cocoa, chaud chocolat !!!"
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.