Advertisement
Guest User

rosa impress

a guest
Sep 10th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.39 KB | None | 0 0
  1. [pupil@pc10 ~]$ gdb /usr/lib/libreoffice/program/soffice.bin
  2. GNU gdb (GDB) 7.3.50.20110722-4 (ROSA Linux release 2012.1)
  3. Copyright (C) 2011 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "i586-unknown-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/lib/libreoffice/program/soffice.bin...(no debugging symbols found)...done.
  12. (gdb) run
  13. Starting program: /usr/lib/libreoffice/program/soffice.bin
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib/i686/libthread_db.so.1".
  16. [New Thread 0xb4cc1b40 (LWP 2471)]
  17. [New Thread 0xaee72b40 (LWP 2472)]
  18. [New Thread 0xae4ffb40 (LWP 2473)]
  19. [Thread 0xaee72b40 (LWP 2472) exited]
  20. [New Thread 0xaee72b40 (LWP 2474)]
  21. [New Thread 0xac5c4b40 (LWP 2475)]
  22. Detaching after fork from child process 2476.
  23. [New Thread 0xab5bfb40 (LWP 2478)]
  24. [Thread 0xab5bfb40 (LWP 2478) exited]
  25. [Thread 0xac5c4b40 (LWP 2475) exited]
  26. [New Thread 0xac5c4b40 (LWP 2479)]
  27. [Thread 0xac5c4b40 (LWP 2479) exited]
  28. [New Thread 0xac5c4b40 (LWP 2481)]
  29. [New Thread 0xab5bfb40 (LWP 2483)]
  30. [New Thread 0xa98fdb40 (LWP 2484)]
  31. [Thread 0xa98fdb40 (LWP 2484) exited]
  32. [Thread 0xab5bfb40 (LWP 2483) exited]
  33. [New Thread 0xab5bfb40 (LWP 2485)]
  34. [Thread 0xab5bfb40 (LWP 2485) exited]
  35. [New Thread 0xab5bfb40 (LWP 2486)]
  36.  
  37. Program received signal SIGFPE, Arithmetic exception.
  38. 0xb7dfe86b in __udivmoddi4 (rp=0x0, d=0, n=<optimized out>)
  39.     at ../.././libgcc/libgcc2.c:935
  40. 935     ../.././libgcc/libgcc2.c: Нет такого файла или каталога.
  41.         in ../.././libgcc/libgcc2.c
  42. (gdb) bt
  43. #0  0xb7dfe86b in __udivmoddi4 (rp=0x0, d=0, n=<optimized out>)
  44.     at ../.././libgcc/libgcc2.c:935
  45. #1  __divdi3 (u=10, v=0) at ../.././libgcc/libgcc2.c:1133
  46. #2  0xb2d9a63f in QCommonStyle::subControlRect(QStyle::ComplexControl, QStyleOptionComplex const*, QStyle::SubControl, QWidget const*) const ()
  47.    from /usr/lib/libQtGui.so.4
  48. #3  0xafd9e292 in ?? ()
  49.    from /usr/lib/kde4/plugins/styles/qgtkstylealt.so
  50. #4  0xbfffdb18 in ?? ()
  51. #5  0x0809df40 in ?? ()
  52. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  53. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement