Displaying 2 results from an estimated 2 matches for "siglongjump".
Did you mean:
siglongjmp
2015 May 26
2
Gcc issue on C7
...7) exited]
[Thread 0x7fcd3b7fe700 (LWP 8146) exited]
[Thread 0x7fcd3bfff700 (LWP 8145) exited]
[Thread 0x7fcd40e63700 (LWP 8144) exited]
[Thread 0x7fcd41ec1700 (LWP 8142) exited]
[Thread 0x7fcd47858700 (LWP 8141) exited]
The message about longjmp() is the issue. This app doesn't use longjmp
or siglongjump or any other of its cousins. It's possible that some 3rd-party
lib (Oracle??) might, but I don't know why it has been working for several
weeks and suddenly starts giving me this error...
Clues welcome, thanks!
--
---- Fred Smith -- fredex at fcshome.stoneham.ma.us -----------------------...
2015 May 26
0
Gcc issue on C7
...;snip>
> [New Thread 0x7fcd2f9ea700 (LWP 8152)]
> [New Thread 0x7fcd2f1e9700 (LWP 8153)]
> ThreadSanitizer: longjmp() is not supported
<snip>
> [Thread 0x7fcd47858700 (LWP 8141) exited]
>
> The message about longjmp() is the issue. This app doesn't use longjmp
> or siglongjump or any other of its cousins. It's possible that some
> 3rd-party lib (Oracle??) might, but I don't know why it has been working
for several
> weeks and suddenly starts giving me this error...
>
> Clues welcome, thanks!
Many years ago, a couple young consultants came to me where...