On Mon, Aug 18, 2008 at 12:28:29PM -0600, [EMAIL PROTECTED] wrote: > > And my second problem is from the ffmpegthumbnailer app itself, now from gdb > I get this error: > > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_PROTECTION_FAILURE at address: 0x00000000 > 0x969721e5 in strtol_l () > > And I can't seem to step past it *sigh* ... all this for easy thumbnails > through medaitombs transcoding stanzas lol
Sounds like some pointer is not getting set properly, or a zillion other programming mistakes. You're into the realm of the program/app itself, so you might want to talk to its author. At a minimum, you'd want a full stack-trace (what led to this bad call, not just the bad call itself). Also check your ~/Library/Logs/CrashReporter files for more detail (though I think it's similar to what gdb could give you). You might have to rebuild a package or two in order to get better debugging info (symbol-names rather than just binary addresses)... seems like many fink maintainers are omitting those by default now (smaller binaries I guess). dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
