MoreSCF weird crash
MoreSCF weird crash
- Subject: MoreSCF weird crash
- From: Jen Beaven <email@hidden>
- Date: Wed, 28 May 2003 18:11:22 -0400
My tester gets this crash:
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
Thread 0 Crashed:
#0 0x9013edd0 in CFDataGetLength
#1 0x00010f88 in CreateStringFromData (MoreSCFPortScanner.c:98)
#2 0x00011cb0 in CopyUserVisibleNameForEthernetPort
(MoreSCFPortScanner.c:409)
#3 0x000129fc in CopyUserVisiblePortName (MoreSCFPortScanner.c:712)
#4 0x00013314 in AddMatchingDevicesToArray (MoreSCFPortScanner.c:975)
#5 0x000134f4 in MoreSCCreatePortArray (MoreSCFPortScanner.c:1021)
#6 0x00008fec in MoreSCNewSet (MoreSCF.c:1965)
#7 0x00010c5c in MoreSCMakeNewDialupSet (MoreSCFHelpers.c:592)
I can't reproduce it. It kinda looks like the user visible name for
an ethernet port was empty, so I had him dump the configs and didn't
see any ports with empty names. It doesn't happen every time (which
one would expect if there was something bad in the config.) It
happens on several of their machines and none of mine. The only
difference I'm sure of is they have firewire ethernet ports, and I
don't. A config listed below.
I'm not sure where to go from here. Anyone seen anything like this?
t.i.a.
/jen
--------------
SetName:
Automatic
numserv=3
Built-in Ethernet
<CFDictionary 0x7f7a0 [0xa01303fc]>{type = mutable, count = 4,
capacity = 11, pairs = (
3 : <CFString 0x7f880 [0xa01303fc]>{contents = "Type"} =
<CFString 0x7f520 [0xa01303fc]>{contents = "Ethernet"}
6 : <CFString 0x7f860 [0xa01303fc]>{contents = "Hardware"} =
<CFString 0x7f520 [0xa01303fc]>{contents = "Ethernet"}
11 : <CFString 0x7f760 [0xa01303fc]>{contents = "DeviceName"}
= <CFString 0x7f780 [0xa01303fc]>{contents = "en0"}
14 : <CFString 0x7f8a0 [0xa01303fc]>{contents =
"UserDefinedName"} = <CFString 0x7f8c0 [0xa01303fc]>{contents =
"Built-in Ethernet"}
)}
Onboard Firewire
<CFDictionary 0x82020 [0xa01303fc]>{type = mutable, count = 4,
capacity = 11, pairs = (
3 : <CFString 0x80740 [0xa01303fc]>{contents = "Type"} =
<CFString 0x7f320 [0xa01303fc]>{contents = "Ethernet"}
6 : <CFString 0x80720 [0xa01303fc]>{contents = "Hardware"} =
<CFString 0x7f320 [0xa01303fc]>{contents = "Ethernet"}
11 : <CFString 0x80620 [0xa01303fc]>{contents = "DeviceName"}
= <CFString 0x82000 [0xa01303fc]>{contents = "en1"}
14 : <CFString 0x80760 [0xa01303fc]>{contents =
"UserDefinedName"} = <CFString 0x820e0 [0xa01303fc]>{contents =
"Ethernet Adaptor (en1)"}
)}
Internal Modem
<CFDictionary 0x82de0 [0xa01303fc]>{type = mutable, count = 5,
capacity = 11, pairs = (
0 : <CFString 0x784d0 [0xa01303fc]>{contents = "Type"} =
<CFString 0x807c0 [0xa01303fc]>{contents = "PPP"}
3 : <CFString 0x82ec0 [0xa01303fc]>{contents = "SubType"} =
<CFString 0x82ee0 [0xa01303fc]>{contents = "PPPSerial"}
6 : <CFString 0x784b0 [0xa01303fc]>{contents = "Hardware"} =
<CFString 0x82ea0 [0xa01303fc]>{contents = "Modem"}
11 : <CFString 0x805b0 [0xa01303fc]>{contents = "DeviceName"}
= <CFString 0x82dc0 [0xa01303fc]>{contents = "modem"}
14 : <CFString 0x80cd0 [0xa01303fc]>{contents =
"UserDefinedName"} = <CFString 0x82f00 [0xa01303fc]>{contents =
"Internal Modem"}
)}
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.
References: | |
| >sockets (From: Igor Garnov <email@hidden>) |
| >Re: sockets (From: Quinn <email@hidden>) |