Add new comment

I think the easiest way is about having a core dump telling all its post-mortem secrets...

  1. Rebuild it all from scratch, with:
      ./configure --enable-debug && make
    
  2. Enable core dumps in a shell session:
      ulimit -c unlimited
    
  3. From the same shell comman line, run the program until it crashes badly. You'll see something like this in the output when it happens:
      Segmentation fault (core dumped)
    
  4. Locate the dumped core file. Depending on your environmental settings it might be just named core or something like core.1234 (1234 is the process-id number of the crashing program) located on the last directory the program was current.
  5. Load the core dump file into gdb
      gdb ./qtractor /path/to/core
    

    at the gdb prompt just enter:

      gdb> bt
    

    or

      gdb> thread apply all bt
    

    and send the whole output to me.

HTH
--
rncbc aka Rui Nuno Capela

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.
File attachments
Unlimited number of files can be uploaded to this field.
2 MB limit.
Allowed types: jpg jpeg gif png txt doc docx xls xlsx pdf ppt pps odt ods odp zip gz bz2 xz patch diff wav ogg flac ogv mp4 qtz.
CAPTCHA
Enter the characters shown in the image.