Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > muc.lists.freebsd.emulation > #12703
| Path | csiph.com!weretis.net!feeder8.news.weretis.net!3.eu.feeder.erje.net!feeder.erje.net!news2.arglkargh.de!news.karotte.org!news.space.net!news.muc.de!.POSTED.news.muc.de!not-for-mail |
|---|---|
| From | bugzilla-noreply@freebsd.org |
| Newsgroups | muc.lists.freebsd.emulation |
| Subject | [Bug 291151] www/linux-chrome: Fails to start on 14.3-RELEASE since latest freebsd-update |
| Date | Sat, 22 Nov 2025 13:28:04 +0000 |
| Organization | Newsgate at muc.de e.V. |
| Sender | owner-freebsd-emulation@FreeBSD.org |
| Approved | news-admin@muc.de |
| Distribution | world |
| Message-ID | <bug-291151-4077@https.bugs.freebsd.org/bugzilla/> (permalink) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | quoted-printable |
| Injection-Info | news.muc.de; posting-host="news.muc.de:193.149.48.2"; logging-data="95634"; mail-complaints-to="news-admin@muc.de" |
| X-Original-To | emulation@mlmmj.nyi.freebsd.org |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1763818084; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=irUmt49dMDuGu/Bb0fV1tW4u3jmyFavrkn/+P8e7w4g=; b=l6qin/2tLKqMoNUNPINm/Q0b62n31yCpikL/mrJndGh2DNI7de0g6c554/phtWg6y/urK0 z4xmPa/JAn8jYQ+t+tjb+ea++D1JChD63DOSOFTnljfpYBqLWs/8ORq94/EbLiJ/wLggk7 X9IPzcossmO2QjtlEUpMkwwCMokpnk0Kk6zNx6ocnd5za0OVlUR46T2mTpKOhc4I9uOICe 757Mvo1rS0TwM4i2CeNGLNWqehuWFUQaO1I1aV7ad4kvICspKo+OZ9OMKjfYqsp2S9etm+ eGzWUT6mNly+iYha+LxN8uE8dvrTd0NkQh9PZDTKdFqg3jQDT1Kjuzf6ewEALw== |
| X-Authentication-Warning | kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f |
| Auto-Submitted | auto-generated |
| X-Newsgate-Id | f02c70b8849f+ |
| X-No-Archive | Yes |
| Xref | csiph.com muc.lists.freebsd.emulation:12703 |
Show key headers only | View raw
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291151
Bug ID: 291151
Summary: www/linux-chrome: Fails to start on 14.3-RELEASE since
latest freebsd-update
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: emulation@FreeBSD.org
Reporter: jwb@freebsd.org
Flags: maintainer-feedback?(emulation@FreeBSD.org)
Assignee: emulation@FreeBSD.org
I set up a dedicated media machine with a fresh 14.3-RELEASE install and latest
ports, tested linux-chrome on Netflix. It was working fine until I ran
freebsd-update, and it now crashes on startup:
FreeBSD media.acadix bacon ~ 55: google-chrome
[1122/071816.134720:WARNING:chrome/app/chrome_main_linux.cc:82] Read channel
stable from /usr/local/share/chrome/CHROME_VERSION_EXTRA
[78793:106757:1122/071820.187396:ERROR:base/files/file_path_watcher_inotify.cc:339]
inotify_init() failed: Function not implemented (38)
[78793:78793:1122/071820.488760:ERROR:base/memory/platform_shared_memory_region_posix.cc:226]
Creating shared memory in /dev/shm/.com.google.Chrome.skaCXV failed: Operation
not supported (95)
[78793:78793:1122/071820.488818:ERROR:base/memory/platform_shared_memory_region_posix.cc:229]
Unable to access(W_OK|X_OK) /dev/shm: Permission denied (13)
[78793:78793:1122/071820.535666:FATAL:base/memory/platform_shared_memory_region_posix.cc:231]
This is frequently caused by incorrect permissions on /dev/shm. Try 'sudo
chmod 1777 /dev/shm' to fix.
[1122/071820.624981:ERROR:third_party/crashpad/crashpad/util/linux/ptracer.cc:44]
ptrace: Invalid argument (22)
[1122/071820.653730:WARNING:third_party/crashpad/crashpad/snapshot/linux/process_reader_linux.cc:400]
Couldn't initialize main thread.
[1122/071820.653787:ERROR:third_party/crashpad/crashpad/util/linux/proc_task_reader.cc:47]
format error
[1122/071820.653811:WARNING:third_party/crashpad/crashpad/snapshot/linux/exception_snapshot_linux.cc:391]
thread ID 78793 not found in process
[1122/071820.653876:ERROR:third_party/crashpad/crashpad/snapshot/linux/process_snapshot_linux.cc:129]
thread not found 78793
[1122/071820.654354:ERROR:third_party/crashpad/crashpad/util/linux/proc_task_reader.cc:47]
format error
Trace/BPT trap (core dumped)
After following the suggestion in the error messages:
FreeBSD media.acadix bacon ~ 62: asroot chmod 1777 /compat/linux/dev/shm/
root Password:
FreeBSD media.acadix bacon ~ 63:
google-chrome[1122/072433.741480:WARNING:chrome/app/chrome_main_linux.cc:82]
Read channel stable from /usr/local/share/chrome/CHROME_VERSION_EXTRA
[81522:106783:1122/072433.804682:ERROR:base/files/file_path_watcher_inotify.cc:339]
inotify_init() failed: Function not implemented (38)
[81522:81522:1122/072433.817594:ERROR:base/memory/platform_shared_memory_region_posix.cc:226]
Creating shared memory in /dev/shm/.com.google.Chrome.5gtHTk failed: Operation
not supported (95)
[81522:81522:1122/072433.999941:ERROR:ui/ozone/platform/x11/ozone_platform_x11.cc:249]
Missing X server or $DISPLAY
[81522:81522:1122/072434.005775:ERROR:ui/aura/env.cc:257] The platform failed
to initialize. Exiting.
chmod 1777 /dev/shm made no difference.
--
You are receiving this mail because:
You are the assignee for the bug.
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
Back to muc.lists.freebsd.emulation | Previous | Next — Next in thread | Find similar | Unroll thread
[Bug 291151] www/linux-chrome: Fails to start on 14.3-RELEASE since latest freebsd-update bugzilla-noreply@freebsd.org - 2025-11-22 13:28 +0000 [Bug 291151] www/linux-chrome: Fails to start on 14.3-RELEASE since latest freebsd-update bugzilla-noreply@freebsd.org - 2025-12-05 23:41 +0000 [Bug 291151] www/linux-chrome: Fails to start on 14.3-RELEASE since latest freebsd-update bugzilla-noreply@freebsd.org - 2026-01-29 14:46 +0000 [Bug 291151] www/linux-chrome: Fails to start on 14.3-RELEASE since latest freebsd-update bugzilla-noreply@freebsd.org - 2026-02-01 01:53 +0000 [Bug 291151] www/linux-chrome: Fails to start on 14.3-RELEASE following freebsd-update bugzilla-noreply@freebsd.org - 2026-02-03 13:22 +0000 [Bug 291151] www/linux-chrome: Fails to start on 14.3-RELEASE following freebsd-update bugzilla-noreply@freebsd.org - 2026-02-03 13:27 +0000 [Bug 291151] www/linux-chrome: Fails to start on 14.3-RELEASE following freebsd-update bugzilla-noreply@freebsd.org - 2026-02-03 15:46 +0000 [Bug 291151] www/linux-chrome: Fails to start on 14.3-RELEASE following freebsd-update bugzilla-noreply@freebsd.org - 2026-02-03 21:35 +0000 [Bug 291151] www/linux-chrome: Fails to start on 14.3-RELEASE following freebsd-update bugzilla-noreply@freebsd.org - 2026-02-03 22:24 +0000 [Bug 291151] www/linux-chrome: Fails to start on 14.3-RELEASE following freebsd-update bugzilla-noreply@freebsd.org - 2026-02-03 23:51 +0000 [Bug 291151] www/linux-chrome: Fails to start on 14.3-RELEASE following freebsd-update bugzilla-noreply@freebsd.org - 2026-02-04 00:28 +0000
csiph-web