Comment 7 for bug 2067120

Revision history for this message
Brian Murray (brian-murray) wrote :

This was also necessary to fix the retracing failure although I imagine it only works for releases like Noble and Oracular.

index ae094606..052eb211 100644
--- a/apport/report.py
+++ b/apport/report.py
@@ -1922,7 +1922,7 @@ class Report(problem_report.ProblemReport):
                     "GCONV_PATH": f"{gdb_sandbox}/usr/lib/{native_multiarch}/gconv",
                 }
                 command.insert(
- 0, f"{gdb_sandbox}/lib/{native_multiarch}/ld-linux-x86-64.so.2"
+ 0, f"{gdb_sandbox}/usr/lib/{native_multiarch}/ld-linux-x86-64.so.2"
                 )
                 command += ["--ex", f"set data-directory {gdb_sandbox}/usr/share/gdb"]
             if not os.path.exists(sandbox + executable):