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 317800 - gedit crash with files which size >10M
gedit crash with files which size >10M
Status: RESOLVED INCOMPLETE
Product: gedit
Classification: Applications
Component: general
2.10.x
Other All
: High critical
: ---
Assigned To: Gedit maintainers
Gedit maintainers
: 317803 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-10-03 07:51 UTC by oll
Modified: 2006-07-03 19:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description oll 2005-10-03 07:51: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:38 UTC
*** Bug 317803 has been marked as a duplicate of this bug. ***
Comment 2 Paolo Borelli 2005-12-15 15:33:06 UTC
(sorry for the late response)

I am not able to reproduce this...

The stack trace seems to point into gtk... maybe it's a bug fixed in newer
versions of gtk? Did you find a reliable way to reproduce? Does this still happen?

Any chance you could try to see if an updated gtk fixes this issue?

Further informations would also be good, like the system specifics, distrubution
etc.
Comment 3 Baptiste Mille-Mathias 2006-07-03 19:34:14 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!