public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Latest MinGW-w64 crashes while linking
       [not found]   ` <4EEF3B01.709@users.sourceforge.net>
@ 2011-12-19 19:08     ` Cary R.
  2011-12-19 19:42       ` Cary R.
  0 siblings, 1 reply; 4+ messages in thread
From: Cary R. @ 2011-12-19 19:08 UTC (permalink / raw)
  To: JonY, cygwin

Jon,

I just tried the new version of MinGW-w64 without the header update and the compiler is crashing while linking one of our C++ executables.

Here's the link command and the error message:

i686-w64-mingw32-g++ -o ivl.exe main.o async.o design_dump.o discipline.o dup_expr.o elaborate.o  elab_expr.o elaborate_analog.o elab_lval.o elab_net.o  elab_scope.o elab_sig.o elab_sig_analog.o emit.o eval.o eval_attrib.o  eval_tree.o expr_synth.o functor.o lexor.o lexor_keyword.o link_const.o  load_module.o netlist.o netmisc.o net_analog.o net_assign.o net_design.o  netenum.o net_event.o net_expr.o net_func.o net_link.o net_modulo.o  net_nex_input.o net_nex_output.o net_proc.o net_scope.o net_tran.o  net_udp.o pad_to_width.o parse.o parse_misc.o pform.o pform_analog.o  pform_disciplines.o pform_dump.o pform_types.o  symbol_search.o sync.o sys_funcs.o verinum.o verireal.o target.o  Attrib.o HName.o Module.o PDelays.o PEvent.o PExpr.o PGate.o  PGenerate.o PScope.o PSpec.o PTask.o PUdp.o PFunction.o PWire.o  Statement.o AStatement.o LineInfo.o StringHeap.o cprop.o nodangle.o synth.o synth2.o syn-rules.o t-dll.o t-dll-api.o t-dll-expr.o
 t-dll-proc.o t-dll-analog.o
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
Makefile:209: recipe for target `ivl.exe' failed
make: *** [ivl.exe] Error 1

This was compiling correctly with the previous version of the compiler, etc. a couple of days ago. I have not tried to revert to the previous version to see if things work again.

FYI this is the Icarus Verilog development (master) branch from git, if you want to try this locally.

Regards,

Cary

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Latest MinGW-w64 crashes while linking
  2011-12-19 19:08     ` Latest MinGW-w64 crashes while linking Cary R.
@ 2011-12-19 19:42       ` Cary R.
  2011-12-19 22:59         ` JonY
  0 siblings, 1 reply; 4+ messages in thread
From: Cary R. @ 2011-12-19 19:42 UTC (permalink / raw)
  To: JonY, cygwin

Actually compiling (with i686-w64-mingw32-gcc) the following simple C program is also crashing.


int main()
{
    return 0;

}

Cary



----- Original Message -----
From: Cary R.

Jon,

I just tried the new version of MinGW-w64 without the header update and the compiler is crashing while linking one of our C++ executables.

Here's the link command and the error message:

i686-w64-mingw32-g++ -o ivl.exe main.o async.o design_dump.o discipline.o dup_expr.o elaborate.o  elab_expr.o elaborate_analog.o elab_lval.o elab_net.o  elab_scope.o elab_sig.o elab_sig_analog.o emit.o eval.o eval_attrib.o  eval_tree.o expr_synth.o functor.o lexor.o lexor_keyword.o link_const.o  load_module.o netlist.o netmisc.o net_analog.o net_assign.o net_design.o  netenum.o net_event.o net_expr.o net_func.o net_link.o net_modulo.o  net_nex_input.o net_nex_output.o net_proc.o net_scope.o net_tran.o  net_udp.o pad_to_width.o parse.o parse_misc.o pform.o pform_analog.o  pform_disciplines.o pform_dump.o pform_types.o  symbol_search.o sync.o sys_funcs.o verinum.o verireal.o target.o  Attrib.o HName.o Module.o PDelays.o PEvent.o PExpr.o PGate.o  PGenerate.o PScope.o PSpec.o PTask.o PUdp.o PFunction.o PWire.o  Statement.o AStatement.o LineInfo.o StringHeap.o cprop.o nodangle.o synth.o synth2.o syn-rules.o t-dll.o t-dll-api.o t-dll-expr.o
t-dll-proc.o t-dll-analog.o
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
Makefile:209: recipe for target `ivl.exe' failed
make: *** [ivl.exe] Error 1

This was compiling correctly with the previous version of the compiler, etc. a couple of days ago. I have not tried to revert to the previous version to see if things work again.

FYI this is the Icarus Verilog development (master) branch from git, if you want to try this locally.

Regards,

Cary


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Latest MinGW-w64 crashes while linking
  2011-12-19 19:42       ` Cary R.
@ 2011-12-19 22:59         ` JonY
  2011-12-20 22:50           ` JonY
  0 siblings, 1 reply; 4+ messages in thread
From: JonY @ 2011-12-19 22:59 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

On 12/20/2011 03:42, Cary R. wrote:
> Actually compiling (with i686-w64-mingw32-gcc) the following simple C program is also crashing.
> 
> 
> int main()
> {
>     return 0;
> 
> }
> 
> Cary
> 
> 

Strange, I have only some vague ideas what went wrong, I will do a
rebuild and some testing.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 196 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Latest MinGW-w64 crashes while linking
  2011-12-19 22:59         ` JonY
@ 2011-12-20 22:50           ` JonY
  0 siblings, 0 replies; 4+ messages in thread
From: JonY @ 2011-12-20 22:50 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

On 12/20/2011 06:59, JonY wrote:
> On 12/20/2011 03:42, Cary R. wrote:
>> Actually compiling (with i686-w64-mingw32-gcc) the following simple C program is also crashing.
>>
>>
>> int main()
>> {
>>     return 0;
>>
>> }
>>
>> Cary
>>
>>
> 
> Strange, I have only some vague ideas what went wrong, I will do a
> rebuild and some testing.
> 

Forgot to mention that it should now be fixed.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 196 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-20 22:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4EED6DAA.9000406@users.sourceforge.net>
     [not found] ` <4EEE886E.9040100@cwilson.fastmail.fm>
     [not found]   ` <4EEF3B01.709@users.sourceforge.net>
2011-12-19 19:08     ` Latest MinGW-w64 crashes while linking Cary R.
2011-12-19 19:42       ` Cary R.
2011-12-19 22:59         ` JonY
2011-12-20 22:50           ` JonY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).