You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that dump_syms doesn't work with thread-local variables on OS X. The
code below gives no symbols dumped:
======
__thread int v = 0;
int main()
{
return v;
}
======
Removing the __thread keyword fixes the issue. Please see the attached project
for a working sample of the bug.
See here for the discussion regarding the issue:
https://github.com/embree/embree/issues/23
This happens on OS X for me, but can also be an issue on any other unix-based
platform. We used dump_syms built by Mozilla guys, not exactly sure about its
version - it is not easy to build one from scratch.
Original issue reported on code.google.com by [email protected] on 3 Feb 2015 at 2:12
Original issue reported on code.google.com by
[email protected]
on 3 Feb 2015 at 2:12Attachments:
The text was updated successfully, but these errors were encountered: