garloff
garloff

Reputation: 21

Arch Linux gdb immediately crashes

I recently installed gdb on my archlinux system and anytime I use gdb it immediately crashes with the message:

Throw without catch before boot:

Throw to key

Error while printing exception:

Key:

Failed to print exception.

Aborting.

When I say "use it", I mean anything. Entering "gdb" by itself causes this, entering "gdb -help" causes it, entering the gdb command at all results in this error. Any ideas what I should look at to correct it?

Upvotes: 2

Views: 1079

Answers (1)

Derek Lemon
Derek Lemon

Reputation: 141

I had a similar problem that was caused by glibc-locale not being installed. You might give this a shot.

Upvotes: 5

Related Questions