thread.c:336: internal-error: thread_info::thread_info(inferior*, ptid_t): Assertion `inf_ != NULL' failed. (Solaris)
Petr Sumbera via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
Hi, I'm getting following internal error with fresh github sources on Solaris: (gdb) run Starting program: /opt/firefox/bin/firefox thread.c:336: internal-error: thread_info::thread_info(inferior*, ptid_t): Assertion `inf_ != NULL' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Any idea where can be the problem? Version 9.2 works. Thanks, Petr