| Summary: | www-client/chromium-44.0.2403.89 (and all above?): Segfaults in HTMLParserThread / RawChannel connection broken | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Patrice Levesque <gentoo.wayne> |
| Component: | Current packages | Assignee: | Chromium Project <chromium> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | mgfnv9 |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| URL: | https://code.google.com/p/chromium/issues/detail?id=505203 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Patrice Levesque
2015-07-30 03:36:12 UTC
(In reply to Patrice Levesque from comment #0) > Might it be possible as a workaround to make older chromium ebuilds > available? This started to happen with chromium-44; chromium-43 didn't show > that behaviour, and now I cannot easily revert. You may retrieve old ebuilds from the CVS attic. You do so at your own risk; old versions are known to have un-patched security flaws. https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/chromium/?hideattic=0 Can you obtain a stack trace using instructions from https://code.google.com/p/chromium/wiki/LinuxDebugging ? See https://code.google.com/p/chromium/issues/detail?id=527209#c7 It seems setting CONFIG_COMPAT_VDSO=n in the kernel config should fix it. We could add that config check to the ebuild. Well done - disabling CONFIG_COMPAT_VDSO in my kernel solved the problem. Marking as "Resolved / Invalid", as this is not a bug in chromium per se. Feel free to adjust if needed. Thanks again, Reopening so we remember to add the check to the ebuild. I just pushed a change to chromium.eclass to add the check. *** Bug 556006 has been marked as a duplicate of this bug. *** |