[bug #54529] [Makefile:5: foobar] Segmentation fault

2018-08-17 Thread Mark Galeck
URL: Summary: [Makefile:5: foobar] Segmentation fault Project: make Submitted by: mark_galeck0 Submitted on: Fri 17 Aug 2018 02:46:42 PM UTC Severity: 3 - Normal Item

[bug #54529] [Makefile:5: foobar] Segmentation fault

2018-08-17 Thread Henrik Carlqvist
Follow-up Comment #2, bug #54529 (project make): "Segmentation fault (core dumped)" means that you got a core file to analyze. A first simple step might be to see what generated that core file, it could be done with something like "file core". Next you might want to open the core file in a

[bug #54529] [Makefile:5: foobar] Segmentation fault

2018-08-17 Thread Martin Dorey
Follow-up Comment #1, bug #54529 (project make): Easily put back but I think the bug reporting thing has eaten a tab. Using a semicolon rather than newline and tab would avoid that. I can't reproduce the crash. I'm using the latest from git. If I were you, I'd run it under valgrind, then

[bug #54529] [Makefile:5: foobar] Segmentation fault

2018-08-17 Thread Mark Galeck
Follow-up Comment #3, bug #54529 (project make): OK, the only system for which this bugs actually shows up, is work build server, and unfortunately, the IT guy does not know where the cores are, and gdb is not working. Let me talk to him about fixing gdb and I will get back to you what I find