From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31356 invoked by alias); 22 Apr 2006 04:48:11 -0000 Received: (qmail 31339 invoked by uid 48); 22 Apr 2006 04:48:08 -0000 Date: Sat, 22 Apr 2006 04:48:00 -0000 Message-ID: <20060422044808.31338.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/26106] [meta-bug] Gfortran can't compile tonto In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jvdelisle at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-04/txt/msg01858.txt.bz2 List-Id: ------- Comment #21 from jvdelisle at gcc dot gnu dot org 2006-04-22 04:48 ------- I am able to compile with -g OK. Not sure what I was seeing the other night. Here is a backtrace where I see a segfault: (gdb) bt #0 0x082c1c15 in __atom_module__n_bf (self=@0xa2908a8) at f95files/atom.F90:2251 #1 0x082cb859 in __atomvec_module__n_bf (self=@0xa28fef8) at f95files/atomvec.F90:4147 #2 0x081296ae in __mol_module__set_basis_info (self=@0xa28fe28) at f95files/mol.F90:3473 #3 0x0812a519 in __mol_module__resolve_gaussianbasis_info (self=@0xa28fe28) at f95files/mol.F90:3355 #4 0x0812a5e0 in __mol_module__resolve_basis_info (self=@0xa28fe28) at f95files/mol.F90:3290 #5 0x080d5dd6 in __mol_module__read_atoms (self=@0xa28fe28) at f95files/mol.F90:9587 #6 0x0804e79d in __mol_main_module__process_keyword (self=@0x8513064, keyword=@0xbfaa5324, _keyword=128) at f95files/mol_main.F90:3844 #7 0x08050e13 in __mol_main_module__read_keywords (self=@0x8513064) at f95files/mol_main.F90:3815 #8 0x08051341 in __mol_main_module__main (self=@0x8513064) at f95files/mol_main.F90:3753 #9 0x08049a3c in MAIN__ () at f95files/run_mol.F90:134 #10 0x084a0ef7 in main (argc=Cannot access memory at address 0x3 ) at ../../../main/libgfortran/fmain.c:18 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26106