question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pal thread handling crashes on latest Arch linux

See original GitHub issue

On 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:open
  • Created 3 years ago
  • Comments:22 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
Pospelovecommented, Jan 9, 2022

@nic11 Use Windows

1reaction
nic11commented, Jan 24, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found