Hi
I am using startup items to launch program before login.
it run successfully on 10.4 and earlier, but on 10.5 it failed to run.
it crash. Crash log is as below
0 libSystem.B.dylib 0x95c0e0ea __kill + 10
1 libSystem.B.dylib 0x95c853f2 raise + 26
2 libSystem.B.dylib 0x95c949af abort + 73
3 libstdc++.6.dylib 0x94336005 0x942ee000 + 294917
4 libstdc++.6.dylib 0x9433410c __gxx_personality_v0 +
1108
5 libstdc++.6.dylib 0x9433414b std::terminate() + 29
6 libstdc++.6.dylib 0x94334261 __cxa_throw + 101
I am using IOKit function in this
is any parameter , i have to add in Startup plist file ?
p2