Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Evangelos Ribeiro Tzaras
chatty
Commits
7471b957
Commit
7471b957
authored
Jul 19, 2021
by
Mohammed Sadiq
Committed by
Guido Gunther
Jul 21, 2021
Browse files
run.in: Set more debug env variables
This can help improve debug experience and catch memory bugs better.
parent
8bd68ae0
Changes
1
Hide whitespace changes
Inline
Side-by-side
run.in
View file @
7471b957
#!/bin/sh
#!/bin/
ba
sh
set
-e
ABS_BUILDDIR
=
'@ABS_BUILDDIR@'
...
...
@@ -6,4 +6,5 @@ ABS_SRCDIR='@ABS_SRCDIR@'
export
GSETTINGS_SCHEMA_DIR
=
"
${
ABS_BUILDDIR
}
/data"
set
-x
exec
"
${
ABS_BUILDDIR
}
/src/chatty"
"
$@
"
export
MALLOC_PERTURB_
=
"
$((
$RANDOM
%
255
+
1
))
"
MALLOC_CHECK_
=
2
exec
"
${
ABS_BUILDDIR
}
/src/chatty"
"
$@
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment