Skip to content

Commit 8c94611

Browse files
committed
wrapper: Unset DEBUGINFOD_URLS
Temporary workaround for https://lists.fedoraproject.org/archives/list/[email protected]/thread/57EYTAFQJVVG4APOV6AMM7C26H77IQEC/ Thanks: Mark Wielaard
1 parent 7eb9d1b commit 8c94611

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wrapper.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,11 @@ main (int argc, char *argv[])
217217
passthru ("--num-callers=100");
218218
/* This is a temporary workaround until RHBZ#1662656 is fixed: */
219219
passthru ("--read-inline-info=no");
220+
221+
/* Temporary workaround for this issue:
222+
* https://lists.fedoraproject.org/archives/list/[email protected]/thread/57EYTAFQJVVG4APOV6AMM7C26H77IQEC/
223+
*/
224+
unsetenv ("DEBUGINFOD_URLS");
220225
}
221226
else {
222227
s = getenv ("NBDKIT_GDB");

0 commit comments

Comments
 (0)