Skip to content

Commit 83f7d25

Browse files
committed
MDEV-28931 Cleanup: try GDB to print core first
Do we still need this Sun Studio hack?
1 parent 990ddab commit 83f7d25

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mysql-test/lib/My/CoreDump.pm

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,10 @@ sub show {
316316
return;
317317
}
318318

319-
# We try dbx first; gdb itself may coredump if run on a Sun Studio
320-
# compiled binary on Solaris.
321-
322319
my @debuggers =
323320
(
324-
\&_dbx,
325321
\&_gdb,
322+
\&_dbx,
326323
\&_lldb,
327324
# TODO...
328325
);

0 commit comments

Comments
 (0)