After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 768813 - Vala: Crash on plugin crash Builder
Vala: Crash on plugin crash Builder
Status: RESOLVED DUPLICATE of bug 757840
Product: gnome-builder
Classification: Other
Component: plugins
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-07-14 16:35 UTC by Daniel Espinosa
Modified: 2016-07-14 18:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Espinosa 2016-07-14 16:35:34 UTC
I'm experimenting constant crashes while editing Vala code.

When I compile then open the file in Builder, I see vala-pack plugin reported same error than compiler, but some times when fixing it, like when I add a missing letter, program crash.

In my opinion, a crash on one plugin should not crash Builder, making plugin threads resilient should be good for general stability of Builder.

Back trace:

11:27:54.0596                          (null)[22637]:  WARNING: El proceso hijo terminó con el código 2
[Thread 0x7fffba5f6700 (LWP 12695) exited]
sys:1: Warning: g_main_context_push_thread_default: assertion 'acquired_context' failed
sys:1: Warning: g_main_context_pop_thread_default: assertion 'stack != NULL' failed

Thread 71 "pool" received signal SIGSEGV, Segmentation fault.

Thread 140736311809792 (LWP 8184)

  • #0 vala_scope_unref
    from /usr/lib/x86_64-linux-gnu/libvala-0.32.so.0
  • #1 ??
    from /usr/lib/x86_64-linux-gnu/libvala-0.32.so.0
  • #2 ??
    from /usr/lib/x86_64-linux-gnu/libvala-0.32.so.0
  • #3 ??
    from /usr/lib/x86_64-linux-gnu/libvala-0.32.so.0
  • #4 ??
    from /usr/lib/x86_64-linux-gnu/libvala-0.32.so.0
  • #5 ??
    from /usr/lib/x86_64-linux-gnu/libvala-0.32.so.0
  • #6 ??
    from /usr/lib/x86_64-linux-gnu/libvala-0.32.so.0
  • #7 ??
    from /usr/lib/x86_64-linux-gnu/libvala-0.32.so.0
  • #8 ??
    from /usr/lib/x86_64-linux-gnu/libvala-0.32.so.0
  • #9 ??
    from /usr/lib/x86_64-linux-gnu/libvala-0.32.so.0
  • #10 vala_code_context_check
    from /usr/lib/x86_64-linux-gnu/libvala-0.32.so.0
  • #11 ??
  • #12 ??
    from /usr/lib/x86_64-linux-gnu/gnome-builder/libide-1.0.so
  • #13 ??
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #14 ??
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #15 start_thread
    at pthread_create.c line 333
  • #16 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 109

Comment 1 Christian Hergert 2016-07-14 18:20:35 UTC

*** This bug has been marked as a duplicate of bug 757840 ***