Updates:
        Cc: [email protected]

Comment #1 on issue 331 by [email protected]: Problem with opendir / fstatfs in Firefox on Mac OSX
http://code.google.com/p/address-sanitizer/issues/detail?id=331

Given the name of the function I suspect that it actually goes into JavaScript, where it may throw a JS exception somehow...
glider may have more Mac-specific ideas, but he is OOO for a while...
I would start with two things:

1. run under gdb, set breakpoint to __asan_report_error, see the failure stack trace. 2. Insert printfs into every function between js::ctypes::FunctionType::Call and the point of failure (where you can). (Print the current values of SP).

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to