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 317803 - gedit crash with files which size >10M
gedit crash with files which size >10M
Status: RESOLVED DUPLICATE of bug 317800
Product: gedit
Classification: Applications
Component: general
2.10.x
Other All
: High critical
: ---
Assigned To: Gedit maintainers
gedit QA volunteers
Depends on:
Blocks:
 
 
Reported: 2005-10-03 09:02 UTC by oll
Modified: 2005-12-15 15:29 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description oll 2005-10-03 09:02:03 UTC
Steps to reproduce:
1 -Open a files wich size >10M
2 -Work on it (edit,save,scroll)
3 -It sometimes crashes

Sorry, as usual when I want to reproduce it, it doesn't crash. And when I don't
want to, it does and I don't know what was my last action.


Stack trace:
BACKTRACE : 

Using host libthread_db library "/lib/tls/libthread_db.so.1".
Core was generated by `/opt/STools/gnome-2.10/bin/gedit'.

Thread 4 (process 6587)

  • #0 _dl_sysinfo_int80
    from /lib/ld-linux.so.2
  • #1 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #2 libgnomeui_segv_handle
    from /opt/STools/gnome-2.10/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 IA__g_type_check_instance_is_a
    at gtype.c line 3127
  • #5 IA__gtk_text_view_get_buffer
    at gtktextview.c line 1270
  • #6 scroll_to_cursor
    at gedit-view.c line 383
  • #7 g_idle_dispatch
    at gmain.c line 3813
  • #8 IA__g_main_context_dispatch
    at gmain.c line 1934
  • #9 g_main_context_iterate
    at gmain.c line 2565
  • #10 IA__g_main_loop_run
    at gmain.c line 2769
  • #11 IA__gtk_main
    at gtkmain.c line 1009
  • #12 main
    at gedit2.c line 435


Other information:
It seems to never happen with little files (<10M)
Gtk is 2.6.10

last lines in log  are :

(gedit:6137): Gtk-CRITICAL **: gtk_text_view_get_buffer: assertion
`GTK_IS_TEXT_VIEW (text_view)' failed

** (gedit:6137): CRITICAL **: scroll_to_cursor: assertion `buffer != NULL' failed

(gedit:6587): Gtk-CRITICAL **: gtk_text_view_get_buffer: assertion
`GTK_IS_TEXT_VIEW (text_view)' failed

** (gedit:6587): CRITICAL **: scroll_to_cursor: assertion `buffer != NULL' failed

(gedit:6587): Gtk-CRITICAL **: gtk_text_view_get_buffer: assertion
`GTK_IS_TEXT_VIEW (text_view)' failed

** (gedit:6587): CRITICAL **: scroll_to_cursor: assertion `buffer != NULL' failed
Comment 1 Paolo Borelli 2005-12-15 15:29:36 UTC

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