Advertisement
Guest User

Firefox Crash

a guest
Nov 14th, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
  2. Copyright (C) 2011 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-linux-gnu".
  8. For bug reporting instructions, please see:
  9. <http://bugs.launchpad.net/gdb-linaro/>...
  10. Reading symbols from /usr/lib/firefox-8.0/firefox...Reading symbols from /usr/lib/debug/usr/lib/firefox-8.0/firefox...done.
  11. done.
  12. (gdb) run
  13. Starting program: /usr/lib/firefox-8.0/firefox
  14. [Thread debugging using libthread_db enabled]
  15.  
  16. (firefox:4865): Gtk-WARNING **: Im Modulpfad »pixmap« konnte keine Themen-Engine gefunden werden,
  17. [New Thread 0x7fffe67d6700 (LWP 4869)]
  18. [New Thread 0x7fffe5b4e700 (LWP 4870)]
  19. [New Thread 0x7fffe534d700 (LWP 4871)]
  20. [New Thread 0x7fffe48ff700 (LWP 4872)]
  21. [New Thread 0x7fffe3164700 (LWP 4873)]
  22. [New Thread 0x7fffe2963700 (LWP 4874)]
  23. [New Thread 0x7fffe1361700 (LWP 4875)]
  24. [New Thread 0x7fffe0b60700 (LWP 4876)]
  25. [New Thread 0x7fffde1ff700 (LWP 4878)]
  26. [New Thread 0x7fffdceff700 (LWP 4879)]
  27.  
  28. Program received signal SIGSEGV, Segmentation fault.
  29. sqlite3VdbeMemReleaseExternal (p=0x40)
  30. at /build/buildd/firefox-8.0~b6+build2/build-tree/mozilla/db/sqlite3/src/sqlite3.c:54588
  31. 54588 /build/buildd/firefox-8.0~b6+build2/build-tree/mozilla/db/sqlite3/src/sqlite3.c: Datei oder Verzeichnis nicht gefunden.
  32. in /build/buildd/firefox-8.0~b6+build2/build-tree/mozilla/db/sqlite3/src/sqlite3.c
  33. (gdb)
  34.  
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement