Bug 1633133
| Summary: | Sometimes crashes on "What's here?" | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kamil Páral <kparal> | ||||||||||||||||||||||||||
| Component: | gnome-maps | Assignee: | Kalev Lember <klember> | ||||||||||||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 29 | CC: | bugzilla, debarshir, elad, fzatlouk, gmarr, klember, mattdm, mr.marcelo.barbosa, otaylor, robatino, sumukher, walters, zeeshanak | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/63f20ebf15c34d4ccc1e02aaf2e6bde27150a5e7 | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:cc338d03923e0d72b08ac8b791d8c301788c3a57;VARIANT_ID=workstation; AcceptedBlocker | ||||||||||||||||||||||||||||
| Fixed In Version: | gnome-maps-3.30.1-2.fc29 | Doc Type: | If docs needed, set a value | ||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2018-10-23 15:04:37 UTC | Type: | --- | ||||||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||||||
| Bug Depends On: | |||||||||||||||||||||||||||||
| Bug Blocks: | 1517013 | ||||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||
|
Description
Kamil Páral
2018-09-26 09:11:13 UTC
Created attachment 1487097 [details]
File: backtrace
Created attachment 1487098 [details]
File: cgroup
Created attachment 1487099 [details]
File: core_backtrace
Created attachment 1487100 [details]
File: cpuinfo
Created attachment 1487101 [details]
File: dso_list
Created attachment 1487102 [details]
File: environ
Created attachment 1487103 [details]
File: exploitable
Created attachment 1487104 [details]
File: limits
Created attachment 1487105 [details]
File: maps
Created attachment 1487106 [details]
File: mountinfo
Created attachment 1487107 [details]
File: open_fds
Created attachment 1487108 [details]
File: proc_pid_status
I've reproduced this: Crashes the same way on my laptop, in VM (both with and without 3D accel) and on desktop with AMD GPU. gnome-maps-3.30.0-1.fc29.x86_64 gjs-1.54.0-3.fc29.x86_64 I can reproduce it on baremetal x220 and VM too gnome-maps-3.30.0-1 Running into this today as well with Maps "What's here?" gjs-1.54.1-2.fc29.x86_64 Similar problem has been detected: If you open routing tab and then right click somewhere on the map, GNOME Maps will crash after clicking on "What's here". reporter: libreport-2.9.6 backtrace_rating: 4 cmdline: /usr/bin/gjs /usr/share/gnome-maps/org.gnome.Maps --gapplication-service crash_function: gtk_box_pack executable: /usr/bin/gjs-console journald_cursor: s=5e9e58eff60f468194257e41e939d80d;i=d0b0;b=ab702ee16df9438fbe95b64514e8314b;m=f45595c25;t=5786ac3a3a503;x=787ce155b64422c2 kernel: 4.18.13-300.fc29.x86_64 package: gjs-1.54.1-2.fc29 reason: gjs-console killed by SIGSEGV rootdir: / runlevel: N 5 type: CCpp uid: 1000 Proposed as a Blocker for 29-final by Fedora user frantisekz using the blocker tracking app because: All applications that can be launched using the standard graphical mechanism of a release-blocking desktop after a default installation of that desktop must start successfully and withstand a basic functionality test. This is similar to 1637751... One way to address a release blocker is to remove the app... Discussed during the 2018-10-18 Fedora 29 Go/No-Go meeting: [1] The decision to classify this bug as an "AcceptedBlocker" was made as it violates the following criteria: "All applications that can be launched using the standard graphical mechanism of a release-blocking desktop after a default installation of that desktop must start successfully and withstand a basic functionality test". We note that dropping the app from Workstation is acceptable if a fix is not available. [1] https://meetbot-raw.fedoraproject.org/fedora-meeting-1/2018-10-18/f29-final-go_no_go-meeting.2018-10-18-17.00.log.txt (In reply to Kamil Páral from comment #0) > Thread no. 1 (10 frames) > #0 gtk_box_pack at gtkbox.c:1528 From the full backtrace: Program terminated with signal SIGSEGV, Segmentation fault. #0 gtk_box_pack (box=0x0, child=0x55c070f92360, expand=0, fill=1, padding=0, pack_type=GTK_PACK_START) at gtkbox.c:1528 box=0x0, so no wonder it's crashing. :) There's a fix in the works upstream: <mlundblad> rishi: I fixed the crash on "what's here?" <mlundblad> modern gjs triggers some weird cases where object linger in JS while the GObject was finalized <mlundblad> did some hackery with bound properties to ensure the overpass query isn't poking on the finalized object <mlundblad> will test it a bit more, and then push it for 3.30.2 (GNOME 3.30.2 is due on 24th October.) Upstream fix is nice, but I highly recommend dropping this from Workstation, especially given the second blocker (#1637751) even if it can't be reproduced. This app is more of a nifty toy that really useful over using https://www.openstreetmap.org/ — if we find significant demand for a maps app in our user base, we could make a web wrapper for that. https://gitlab.gnome.org/GNOME/gnome-maps/commit/af4994cf82d4201e88d0a71841dbb52169e49ad4 is an upstream commit that should fix the crash gnome-maps-3.30.1-2.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-6dc96f6d57 gnome-maps-3.30.1-2.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-6dc96f6d57 gnome-maps-3.30.1-2.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. |