Claudi- Wednesday, January 26, 2011, 2:48:22 AM, you wrote:
> Thread 0 Crashed: > 0 libSystem.B.dylib 0x91ddde42 __kill + 10 > 1 libSystem.B.dylib 0x91e5023a raise + 26 > 2 libSystem.B.dylib 0x91e5c622 __abort + 97 > 3 libSystem.B.dylib 0x91e5c68a _cproc_fork_child + 0 > 4 libstdc++.6.dylib 0x92049005 0x92001000 + 294917 > 5 libstdc++.6.dylib 0x9204710c __gxx_personality_v0 + 1108 > 6 libstdc++.6.dylib 0x9204714b std::terminate() + 29 > 7 libstdc++.6.dylib 0x92047261 __cxa_throw + 101 > 8 libstdc++.6.dylib 0x920475d8 operator new(unsigned > long) + 100 > 9 libstdc++.6.dylib 0x92047689 operator new[](unsigned > long) + 17 > 10 com.runrev.livecode 0x000a3048 > MCExecPoint::getbuffer(unsigned int) + 56 > 11 com.runrev.livecode 0x00141134 > IO_read_to_eof(IO_header*, MCExecPoint&) + 52 > 12 com.runrev.livecode 0x0006d3bb > MCRead::exec(MCExecPoint&) + 2555 > 13 com.runrev.livecode 0x00103a64 > MCHandler::doscript(MCExecPoint&, unsigned short, unsigned short) + Well, from a quick look at things, I'd say you started a script that did a "repeat until EOF" and LC crashed trying to allocate memory space for the read. That is Not a Good Thing. -- -Mark Wieder mwie...@ahsoftware.net _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode