[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-04-03 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964458 Title: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffe

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-31 Thread Daniel van Vugt
> Would be possible to get the JS trace here? There is no JS trace. There is no JS running. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964458 Title: [jammy] gnome-shell crashes with SIGSEGV in

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-31 Thread Treviño
> The most suspicious part of that stack I can find so far is in > gjs_context_finalize: > >GjsContextPrivate* gjs = GjsContextPrivate::from_object(object); >gjs->~GjsContextPrivate(); No, that's all fine... It's just calling the dtor manually because such object is manually allocated. -

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-31 Thread Treviño
Would be possible to get the JS trace here? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964458 Title: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWrit

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-31 Thread Łukasz Zemczak
** Changed in: gnome-shell (Ubuntu) Milestone: ubuntu-22.04-beta => ubuntu-22.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964458 Title: [jammy] gnome-shell crashes with SIGSEGV in js::gc::

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-25 Thread Daniel van Vugt
** No longer affects: gjs (Ubuntu) ** No longer affects: mozjs91 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964458 Title: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::stor

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-15 Thread Daniel van Vugt
** Description changed: - 'gnome-shell --sm-disable --mode=ubiquity' crashes on exit with SIGSEGV - in: + Core was generated by `gnome-shell --sm-disable --mode=ubiquity'. + Program terminated with signal SIGSEGV, Segmentation fault. - #0 0x7fd9229e61b4 in js::gc::Cell::storeBuffer (this=,

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-15 Thread Daniel van Vugt
Also seeking advice in https://gitlab.gnome.org/GNOME/gjs/-/issues/472 ** Bug watch added: gitlab.gnome.org/GNOME/gjs/-/issues #472 https://gitlab.gnome.org/GNOME/gjs/-/issues/472 ** Also affects: gjs via https://gitlab.gnome.org/GNOME/gjs/-/issues/472 Importance: Unknown Status:

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-15 Thread Daniel van Vugt
The most suspicious part of that stack I can find so far is in gjs_context_finalize: GjsContextPrivate* gjs = GjsContextPrivate::from_object(object); gjs->~GjsContextPrivate(); -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-15 Thread Daniel van Vugt
Fresh stack trace from image 2022-03-13 with newer gjs and mozjs91 packages: Core was generated by `gnome-shell --sm-disable --mode=ubiquity'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x7f5a697c3f44 in js::gc::Cell::storeBuffer (this=, this=) at .././js/src/gc/Cell

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-15 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964458 Title: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::sto

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-14 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu) Assignee: (unassigned) => Daniel van Vugt (vanvugt) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964458 Title: [jammy] gnome-shell crashes with SIGSEGV in

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-10 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1964458 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-10 Thread Daniel van Vugt
** Description changed: - gnome-shell crashes on exit with SIGSEGV in: + 'gnome-shell --sm-disable --mode=ubiquity' crashes on exit with SIGSEGV + in: #0 0x7fd9229e61b4 in js::gc::Cell::storeBuffer (this=, this=) at .././js/src/gc/Cell.h:357 #1 js::gc::PostWriteBarrierImpl (nex

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: mozjs91 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964458 Title: [j

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gnome-shell (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964458 Title:

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gjs (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964458 Title: [jammy

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-10 Thread Daniel van Vugt
It appears the mozjs Heap is a bogus pointer from very early on. Next steps: 1. See if the latest gjs update has changed the situation (waiting on new live images). 2. Look into gjs to see if the problem starts in there or if the whole gjs context from gnome-shell is invalid. -- You received t

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-10 Thread Daniel van Vugt
** Also affects: gjs (Ubuntu) Importance: Undecided Status: New ** Description changed: - gnome-shell crashes with SIGSEGV in: + gnome-shell crashes on exit with SIGSEGV in: #0 0x7fd9229e61b4 in js::gc::Cell::storeBuffer (this=, this=) - at .././js/src/gc/Cell.h:357 +    

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-10 Thread Daniel van Vugt
See also bug 1947130, bug 1962513. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964458 Title: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierI

[Bug 1964458] Re: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from js::gc::PostWriteBarrierImpl

2022-03-10 Thread Daniel van Vugt
This is the crash that happens during jammy live sessions. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964458 Title: [jammy] gnome-shell crashes with SIGSEGV in js::gc::Cell::storeBuffer from j