You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
316 B
7 lines
316 B
A note when using dbx (under unix-type operating systems) to debug spice3:
|
|
|
|
To avoid a segmentation fault in the initial run, use the following command
|
|
in dbx:
|
|
setenv SPICE_NO_DATASEG_CHECK "1"
|
|
Or, the comparable command in your shell before running dbx. This
|
|
disable accurate tracking of how much memory is used.
|