MrC;460549 Wrote: > That does seem to be the most likely of scenarios. The errno doesn't > make sense to me: 35584. I would have expected an ENOMEM error (12).
35584 is 0x8B00 which is a SIGSEGV with a core dump. Not all code religiously checks for errors in malloc() and friends so can end up using a bad (zero) address. Steve. -- SteveEast ------------------------------------------------------------------------ SteveEast's Profile: http://forums.slimdevices.com/member.php?userid=4193 View this thread: http://forums.slimdevices.com/showthread.php?t=68111 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/ripping
