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 741526 - Segfault when attempting to save a file
Segfault when attempting to save a file
Status: RESOLVED DUPLICATE of bug 738981
Product: gedit
Classification: Applications
Component: file loading and saving
3.14.x
Other Linux
: Normal critical
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2014-12-14 21:26 UTC by Jean-François Fortin Tam
Modified: 2014-12-15 10:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2014-12-14 21:26:32 UTC
If I open gedit and try to save the (blank) document as

/home/jeff/Documents/privat/test de machintruc.txt

Gedit freezes for 10-20 seconds and then segfaults.


(gdb) bt full
  • #0 g_type_check_instance
    at gtype.c line 4085
  • #1 g_signal_emit_by_name
    at gsignal.c line 3391
  • #5 <emit signal 0x7ffff7b9bf20 "saved" on instance 0x7fffe000c170 [GeditDocument]>
    at gsignal.c line 3405
  • #6 save_cb
    at gedit/gedit-tab.c line 2312
  • #7 g_task_return_now
    at gtask.c line 1077
  • #8 g_task_return
    at gtask.c line 1130
  • #9 query_info_cb
    at gtksourcefilesaver.c line 550
  • #10 g_task_return_now
    at gtask.c line 1077
  • #11 complete_in_idle_cb
    at gtask.c line 1086
  • #12 g_main_context_dispatch
    at gmain.c line 3111
  • #13 g_main_context_dispatch
    at gmain.c line 3710
  • #14 g_main_context_iterate
    at gmain.c line 3781
  • #15 g_main_context_iteration
    at gmain.c line 3842
  • #16 g_application_run
    at gapplication.c line 2282
  • #17 main
    at gedit/gedit.c line 135

Comment 1 Sébastien Wilmet 2014-12-14 21:50:43 UTC
It's probably a duplicate of bug #738981, if you use gedit-code-assistance.

Which version of code-assistance do you use? Normally the 3.14.0 version fixes the problem.
Comment 2 Sébastien Wilmet 2014-12-15 10:44:42 UTC
I mark the bug as duplicated, feel free to reopen if the problem comes from something else.

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