Add new comment

OK. Please install gdb if not already and then try this on a (terminal) command line:

gdb qtractor

and enter at the gdb prompt:

(gdb) run

there, qtractor will start running, hopefully and at some later point it should appear this message saying something like

Program received signal SIGSEGV, Segmentation fault

telling you the program crashed. That's when you ask for a backtrace:

(gdb) bt

or,

(gdb) thread apply all bt

and paste here the spitted cryptic output, letting me inspect that.

Byee.

The content of this field is kept private and will not be shown publicly.

Markdown

  • Parses markdown and converts it to HTML.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt height width> <strike> <pre> <p> <br>
  • Lines and paragraphs break automatically.

Filtered HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <b> <i> <pre> <img src alt height width> <strike>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.