Re: [Pyobjc-dev] NSNetServiceBrowser misbehaving
Brought to you by:
ronaldoussoren
From: Bill N. <no...@sn...> - 2003-05-23 19:51:22
|
I just did a cvs checkout and rebuild and the program crashes just fine: # pythonw resolver.py setDelegate search Browsing for advertised services... runloop Bus error This is with Python 2.3b1 on 10.2.5 (dual G4). Here is the beginning of the crashlog: Date/Time: 2003-05-23 15:41:08 -0400 OS Version: 10.2.5 (Build 6L29) Host: drift.nrcc.cornell.edu Command: python PID: 9083 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000001 Thread 0 Crashed: #0 0x9068ba4c in objc_msgSend #1 0x00191238 in pythonify_c_value #2 0x001a6148 in init_objc #3 0x001a8e28 in ffi_closure_helper_DARWIN #4 0x001a9198 in ffi_closure_ASM #5 0x908bbbc0 in netServiceBrowserDispatchCallBack #6 0x92b36d74 in NetServiceBrowser::BrowserReply(int, char*, char*, char*, in t, NetServiceBrowser*) .... --Bill Noon Northeast Regional Climate Center Cornell University On Friday, May 23, 2003, at 03:20 PM, Ronald Oussoren wrote: > I works for me, I'm not sure if this is because I'm running on an > almost empty network or because I accidently fixed the bug your > running into. Could you try again using the current CVS (I've just > checked in my latest changes). > > ronald@mithril$ pythonw resolver.py > setDelegate > search > Browsing for advertised services... > runloop > didFindService mithril.local. > Browse complete > startLookup > didResolveAddress > mithril.local. > 192.168.2.37:80 > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ObjectStore. > If flattening out C++ or Java code to make your application fit in a > relational database is painful, don't do it! Check out ObjectStore. > Now part of Progress Software. http://www.objectstore.net/sourceforge > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |