Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox and Qutebrowser segfault at start #8081

Closed
maciozo opened this issue Feb 2, 2019 · 5 comments
Closed

Firefox and Qutebrowser segfault at start #8081

maciozo opened this issue Feb 2, 2019 · 5 comments

Comments

@maciozo
Copy link
Contributor

maciozo commented Feb 2, 2019

System

  • xuname:
      dmesg: read kernel buffer failed: No such file or directory
      Void 4.19.19_1 x86_64-musl GenuineIntel uptodate rF
    
  • package:
    • firefox-65.0_1
    • qutebrowser-1.5.2_1

Expected behavior

Running firefox or qutebrowser should start the respective browsers.

Actual behavior

Near-immediate segmentation fault

Steps to reproduce the behavior

  1. Install firefox or qutebrowser
  2. Run firefox or qutebrowser

Chromium runs fine.
Changing the stack size, as suggested by @Johnnynator using sudo chelf -s 1048576 /usr/lib/firefox/firefox seems to fix the issue, but is not a suitable permanent solution.

@Johnnynator
Copy link
Member

For the record, firefox opens libxul via dlopen which is linked against libGL. So the Stack headers seems to get ignored (?).

@Johnnynator
Copy link
Member

This should be resolved by f970f7d
@maciozo Can you verify that Firefox and qutebrowser no work without using chelf ( just reinstall them with xbps-install -f if they are modified)

@maciozo
Copy link
Contributor Author

maciozo commented Feb 2, 2019

@Johnnynator, after reinstalling both firefox and qutebrowser, firefox starts up fine, but qutebrowser still segfaults.

I didn't run qutebrowser with chelf before.

None of the version numbers changed.

@Johnnynator
Copy link
Member

Sry I forget, qt5-webengine is borked either way on musl and not related to the firefox issue. #2368

@stef
Copy link

stef commented Nov 9, 2019

i mananged to fix this on alpine linux using this: alpinelinux/aports#11922

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants