Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Mar 8th, 2012  |  syntax: GDB  |  size: 1.44 KB  |  hits: 73  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [gregory@tpad ~]$ gdb optirun
  2. GNU gdb (GDB) Fedora (7.3.50.20110722-10.fc16)
  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 "x86_64-redhat-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/local/bin/optirun...done.
  12. (gdb) run vlc
  13. Starting program: /usr/local/bin/optirun vlc
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib64/libthread_db.so.1".
  16. Detaching after fork from child process 14332.
  17. Detaching after fork from child process 14343.
  18. VLC media player 1.1.13 The Luggage (revision exported)
  19. Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
  20. Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
  21. [0x19231c0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
  22. Blocked: call to setlocale(6, "")
  23. Blocked: call to setlocale(6, "")
  24.  
  25. (process:14343): Gtk-WARNING **: Locale not supported by C library.
  26.         Using the fallback 'C' locale.
  27. Warning: call to rand()
  28. Warning: call to rand()
  29. Warning: call to rand()
  30. Warning: call to rand()
  31. Warning: call to rand()
  32. [Inferior 1 (process 14329) exited with code 0213]
  33. (gdb)