A bus error with gcc-4.8.1 on x86_64 is rare...

Is it reproducible? I.e. if you run the compilation with

  $ make VERBOSE=1 -j1

you will see the full command invocation that lead to the internal
compiler error. Does it always stop at the same .cc file ?

Further, can you ask the administrators to update the compiler?
gcc-4.9.4 is a well tested and solid choice. (the newer gcc-5* and
gcc-6* variants might lead to an ABI nightmare if you do not recompile
every C++ library).

Best,
Matthias



On Wed, Feb  1, 2017, at 20:05 CST, Lev Karatun <lev.kara...@gmail.com> wrote:

> Hi Wolfgang,
>
> I was first compiling with -j8 then tried again with -j1 but got the same
> error.
>
> Best regards,
> Lev Karatun.
>
> 2017-02-01 20:41 GMT-05:00 Wolfgang Bangerth <bange...@colostate.edu>:
>
>> On 02/01/2017 06:23 PM, Lev Karatun wrote:
>>
>>>
>>> I'm trying to install the latest version of dealII on a cluster now, got
>>> another error unfortunately.
>>> The output is below, and I attached the logs too. I would appreciate any
>>> help with this.
>>>
>>
>> Are you compiling with -j4 or similar? Does the same happen if you compile
>> with -j1? The kind of internal compiler error you have here seems to happen
>> most often if you run out of memory.
>>
>> Best
>>  W.
>>
>> --
>> ------------------------------------------------------------------------
>> Wolfgang Bangerth          email:                 bange...@colostate.edu
>>                            www: http://www.math.colostate.edu/~bangerth/
>>
>> --
>> The deal.II project is located at http://www.dealii.org/
>> For mailing list/forum options, see https://groups.google.com/d/fo
>> rum/dealii?hl=en
>> --- You received this message because you are subscribed to a topic in the
>> Google Groups "deal.II User Group" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/dealii/aZvol6kHWJI/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> dealii+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to