Skip to content

Instantly share code, notes, and snippets.

View TorstenRobitzki's full-sized avatar

Torsten Robitzki TorstenRobitzki

View GitHub Profile
@parkercoates
parkercoates / gist:548f047b7cebde87f315b76b8ddf083e
Last active August 14, 2024 07:14
GDB unable to load .dwo files
$ echo -e '#include <iostream>\nint main() { std::cout << "test\\n"; return 0; }' > main.cpp
$ g++ -fuse-ld=gold -gsplit-dwarf -Wl,--gdb-index main.cpp
$ ls
a.out main.cpp main.dwo
$ gdb a.out
GNU gdb (GDB) 8.2.1
Copyright (C) 2018 Free Software Foundation, Inc.
@sugamasao
sugamasao / gist:1972411
Created March 4, 2012 11:01
ruby1.9.3とrails3.2.2のbundle install時のクラッシュレポート
https://gist.github.com/1971775
で発生した時のクラッシュレポート
-----------------------------
Process: ruby [65131]
Path: /Users/sugamasao/.rvm/rubies/ruby-1.9.3-head/bin/ruby
Identifier: ruby
Version: ??? (???)
Code Type: X86-64 (Native)