bugDDD - Bugs: bug #61096, DDD 3.3.12 (x86_64-pc-linux-gnu)...

 
 

bug #61096: DDD 3.3.12 (x86_64-pc-linux-gnu) gets `Aborted' signal

Submitter:  Ethan Warth <redyoshi49q>
Submitted:  Wed 01 Sep 2021 02:18:46 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  eickeler
Open/Closed:  Closed Release:  3.3.12
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 16 Dec 2021 06:20:11 PM UTC, comment #3: 

I was able to reproduce the bug. It is caused by the inference of the gdb output and the program output.

This bug is fixed by deactivating the asserts in the parsing of ddd.

Stefan Eickeler <eickeler>
Group administrator
Sat 30 Oct 2021 05:20:01 PM UTC, comment #2: 

I cannot confirm the bug with the current version from SVN.

Please build DDD from the SVN repository (using the script CVSMake).


Stefan Eickeler <eickeler>
Group administrator
Wed 01 Sep 2021 02:21:34 AM UTC, comment #1: 

The submission form mangled the graph_1*.txt files, but I was able to upload them separately afterwards.

Ethan Warth <redyoshi49q>
Wed 01 Sep 2021 02:18:46 AM UTC, original submission:  

I've run into a crash in DDD that is reported on the command line to be a bug.

Attached are the input program's Makefile and main.cpp (use "make" to compile).  I'm also attaching terminal_output.txt (the terminal output of "ddd --configuration", "ddd --check-configuration", and "ddd ./iso_test").  Since there's only four file upload slots, I'm including the contents of program input files graph_1a.txt and graph_1b.txt at the end of this message.

The program (both inside and outside of DDD) crashes the second time that main.cpp's line 297 is run (when invoked with the command line arguments "graph_1a.txt graph_1b.txt output_1.txt", but for almost any time (with one exception I've observed) that this program is run under DDD, DDD crashes when the input program does.

I'm using the up-to-date packages for ddd and gdb as of this report for Linux Mint 20.2.

(On a side note, https://www.gnu.org/software/ddd/manual/html_mono/ddd.html#Bugs and DDD's crash message itself both cite an email to "bug-ddd@gnu.org" as the preferred bug submission forum, but this contradicts the information available from https://www.gnu.org/software/ddd/#Bugs , which directs bug reports to https://savannah.gnu.org/bugs/?group=ddd (here) instead.  In addition, I wasn't able to tag this bug as relating to release 3.3.12, since that tag was not in the drop down menu; I tagged this bug as 3.3.12-rc2 instead.)

graph_1a.txt's contents:

  1. 1

1 2
2 3
3 4
4 0

  1. 5

1 6
2 7
3 8
4 9

5 6
6 7
7 8
8 9
9 5


graph_1b.txt's contents:

  1. 1

1 2
2 3
3 4
4 0

  1. 5

1 6
2 7
3 8
4 9

5 7
6 8
7 9
8 5
9 6

Ethan Warth <redyoshi49q>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #51854:  graph_1a.txt added by redyoshi49q (64B - text/plain)
file #51855:  graph_1b.txt added by redyoshi49q (64B - text/plain)
file #51850:  Makefile added by redyoshi49q (531B - application/octet-stream)
file #51851:  main.cpp added by redyoshi49q (17KiB - text/x-c++src)
file #51852:  log added by redyoshi49q (64KiB - application/octet-stream)
file #51853:  terminal_output.txt added by redyoshi49q (4KiB - text/plain)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by eickeler (Posted a comment)
  • -email is unavailable- added by redyoshi49q (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 9 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-12-16 eickeler StatusNone Fixed
        Open/ClosedOpen Closed
    2021-10-30 eickeler Assigned toNone eickeler
    2021-09-01 redyoshi49q Attached File- Added graph_1a.txt, #51854
        Attached File- Added graph_1b.txt, #51855
    2021-09-01 redyoshi49q Attached File- Added Makefile, #51850
        Attached File- Added main.cpp, #51851
        Attached File- Added log, #51852
        Attached File- Added terminal_output.txt, #51853

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code