WeBWorK Main Forum

Got seg fault and other issues trying to install 2.8 on Ubuntu 14.04 from scratch...

Re: Got seg fault and other issues trying to install 2.8 on Ubuntu 14.04 from scratch...

by Brett Hendricks -
Number of replies: 0
I've commented the entire webwork-apache2.4-config file and am uncommenting line by line, running service apache2 reload after each uncomment. The crash first occurs when I uncomment line 38:

require Apache::WeBWorK; # force compilation of pretty much everything


If I comment out that line, I can uncomment the entirety of the <Perl>...</Perl> section.

When I then uncomment line 65:

PerlModule WebworkSOAP

I receive the following response:

*** Error in `/usr/sbin/apache2': free(): corrupted unsorted chunks: 0x00007f99573f6350 ***
Aborted (core dumped)
Action 'start' failed.


The segmentation fault and the list of suggested "Maybe you should just omit the defined" occurs when both line 38 (require Apache::WeBWorK;)  and line 65 (PerlModule WebworkSOAP) are uncommented.