Pal thread handling crashes on latest Arch linux
See original GitHub issueOn Arch linux CC crashes when starting a helper thread with the below stack trace, this crash was confirmed with both 1.11 and master and was likely introduced by changes in Arch linux rather than changes in CC:
#0 0x00007ffff510aef5 in raise () at /usr/lib/libc.so.6
#1 0x00007ffff50f4862 in abort () at /usr/lib/libc.so.6
#2 0x00007ffff514cf78 in __libc_message () at /usr/lib/libc.so.6
#3 0x00007ffff514cfaa in __libc_fatal () at /usr/lib/libc.so.6
#4 0x00007ffff4eca70c in __lll_lock_wait () at /usr/lib/libpthread.so.0
#5 0x00007ffff4ec35f0 in pthread_mutex_lock () at /usr/lib/libpthread.so.0
#6 0x00007ffff589847b in JsUtil::BackgroundJobProcessor::Run(JsUtil::ParallelThreadData*) () at /usr/lib/libChakraCore.so
#7 0x00007ffff589826a in JsUtil::BackgroundJobProcessor::StaticThreadProc(void*) () at /usr/lib/libChakraCore.so
#8 0x00007ffff56328ce in CorUnix::CPalThread::ThreadEntry(void*) () at /usr/lib/libChakraCore.so
#9 0x00007ffff4ec1299 in start_thread () at /usr/lib/libpthread.so.0
#10 0x00007ffff51cd153 in clone () at /usr/lib/libc.so.6
(Issue reported by a friend - I don’t have a linux setup to verify with myself)
Issue Analytics
- State:
- Created 3 years ago
- Comments:22 (3 by maintainers)
Top Results From Across the Web
[SOLVED] Troubleshooting random crashes / Kernel ...
I am hoping someone might be able to help me with a random crashing issue on my laptop. I've had it for a...
Read more >[SOLVED] Random Full System Crashes on Arch Installation
I have a thread in the Arch Linux official forums, but I'm here to create another one in order to wider my range...
Read more >Reducing Global Road Traffic Tragedies: The Lost History of ...
Major legislative initiatives in 1966, with actions focused almost entirely on surviving crashes and changing driver and pedestrian behavior, had not produced ...
Read more >Addons crashing Kodi Matrix v19.0-6 in Arch Linux #19324
Some addons crash, reading the logs I suspect that's because Arch ... In Debian, Python 3.9.1 is in testing and no new issues...
Read more >Retroarch WiiU (wip.) | GBAtemp.net
Official RetroArch Thread What is RetroArch? ... You can update your cores from the RetroArch Wii U itself from Online Updater feature.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@nic11 Use Windows
I’ve tried building with
--embed-icu
, but had no luck either. Though it links with an older version. Worth trying to specify the aame one Ubuntu 20.04 ships (66). I think I’ll try that sometime later