[Bug fortran/41408] New: Segmentation fault calling DGETRF from gfortran
ll_gfortran_st_write_done leave ret .size MAIN__, .-MAIN__ .section.rodata .align 8 .LC2: .long 0 .long 1074266112 .align 8 .LC3: .long 0 .long 1071644672 .ident "GCC: (Ubuntu 4.3.3-5ubuntu4) 4.3.3" .section.note.GNU-stack,"",@progbits -- Summary: Segmentation fault calling DGETRF from gfortran Product: gcc Version: 4.3.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: lanceb at ksu dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41408
[Bug fortran/41408] Segmentation fault calling DGETRF from gfortran
--- Comment #5 from lanceb at ksu dot edu 2009-10-02 15:29 --- Subject: Re: Segmentation fault calling DGETRF from gfortran I have not figured out what is going on. I've been using G95 because it works correctly with G95. When I have more time (things are very busy right now) I will look at it again. kargl at gcc dot gnu dot org wrote: > --- Comment #4 from kargl at gcc dot gnu dot org 2009-10-01 17:30 --- > (In reply to comment #2) >> Subject: Re: Segmentation fault calling DGETRF from >> gfortran >> >> Well, that's an embarrassing mistake. My apologies. For some reason the >> example >> code does run correctly for G95. >> >> In my (much larger) program I do call DGETRF correctly, and get a >> segmentation >> fault when using gfortran but not G95. I will continue to look at it. >> Obviously >> I have not isolated the problem. >> >> Sorry for the trouble. >> > > Have you made any progress on this issue? Trying compiling everything > with -Wall and -fbounds-check > > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41408