[Bug 237401] Re: totem tries to allocate 4GB

2008-10-05 Thread mnemo
Here is the glib allocation code: gpointer g_malloc (gsize n_bytes) { if (G_UNLIKELY (!g_mem_initialized)) g_mem_init_nomessage(); if (G_LIKELY (n_bytes)) { gpointer mem; mem = glib_mem_vtable.malloc (n_bytes); if (mem) return mem; g_error (%s:

[Bug 237401] Re: totem tries to allocate 4GB

2008-06-05 Thread Andreas Kostyrka
Bad that I'm not using Gnome and /var/crash is empty. Andreas -- totem tries to allocate 4GB https://bugs.launchpad.net/bugs/237401 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 237401] Re: totem tries to allocate 4GB

2008-06-05 Thread Pedro Villavicencio
Well If you are using Kubuntu or Xubuntu you can file the crash using /usr/share/apport/apport-qt --crash- file=/var/crash/_my_crash_report.crash in a terminal - where _my_crash_report.crash is the crash you would like to report. -- totem tries to allocate 4GB

[Bug 237401] Re: totem tries to allocate 4GB

2008-06-04 Thread Pedro Villavicencio
Thank you for taking the time to report this bug and helping to make Ubuntu better. However, your crash report is either missing or challenging to deal with as a .crash file. Please follow these instuctions to have apport report a new bug about your crash that can be dealt with by the automatic