LP #794185: dbx does not understand debuginfo on Solaris builds
General
Escalation
General
Escalation
Description
Environment
None
Smart Checklist
Activity
Show:

lpjirasync January 19, 2018 at 6:01 PM
**Comment from Launchpad by: Alexey Kopytov on: 26-03-2013 09:01:46
Changing to Won't Fix as Solaris is not a supported platform.

lpjirasync January 19, 2018 at 6:01 PM
**Comment from Launchpad by: Alexey Kopytov on: 08-06-2011 02:36:12
It turned out the binaries are not stripped. It's just that dbx does not understand the debug info used by gcc by default. Changing the bug to reflect that.
Done
Details
Details
Assignee
Unassigned
UnassignedReporter

Priority
Smart Checklist
Open Smart Checklist
Smart Checklist

Open Smart Checklist
Created January 19, 2018 at 6:00 PM
Updated January 19, 2018 at 6:01 PM
Resolved January 19, 2018 at 6:01 PM
**Reported in Launchpad by Valentine Gostev last update 26-03-2013 10:07:23
Solaris binaries are currently built with -g which, according to the manual page, produces "debugging information in the operating system's default format". However, dbx does not understand that format, so producing backtraces with dbx is impossible. pstack does work.