public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jv244 at cam dot ac dot uk" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/29975] [meta-bugs] [4.1 and 4.2 only] ICEs with CP2K
Date: Sun, 10 Dec 2006 20:08:00 -0000	[thread overview]
Message-ID: <20061210200835.16299.qmail@sourceware.org> (raw)
In-Reply-To: <bug-29975-6642@http.gcc.gnu.org/bugzilla/>



------- Comment #29 from jv244 at cam dot ac dot uk  2006-12-10 20:08 -------
Created an attachment (id=12777)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12777&action=view)
CP2K input file that causes segfault

gcc version 4.3.0 20061210 (experimental) now compiles CP2K (tested on
opteron), but unfortunately all CP2K regtests segfault immediately. In order to
reproduce, compile the file from comment #1 and link to blas & lapack to get an
executable. Try './a.out H2O-1-GENPOT.inp' where the latter file is attached.
I'm getting the following backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x0000002a95af3f20 in _int_free () from /lib64/tls/libc.so.6
(gdb) bt
#0  0x0000002a95af3f20 in _int_free () from /lib64/tls/libc.so.6
#1  0x0000002a95af4367 in free () from /lib64/tls/libc.so.6
#2  0x0000002a956e5ae4 in fd_close (s=Variable "s" is not available.
) at /scratch/vondele/gcc_trunk/gcc/libgfortran/io/unix.c:751
#3  0x0000002a956e480e in close_unit_1 (u=Variable "u" is not available.
) at /scratch/vondele/gcc_trunk/gcc/libgfortran/io/unit.c:593
#4  0x0000000000439628 in __cp_files__close_file (unit_number=@0x1d51bc8,
file_status=0x0, _file_status=0)
    at all_cp2k_gfortran.f90:7000
#5  0x000000000050aae7 in __cp_parser__parser_release (parser=@0x7fbfffbfa8,
error=@0x7fbfffe0f0)
    at all_cp2k_gfortran.f90:32731
#6  0x0000000000679988 in __input_cp2k__create_cp2k_input_reading
(file_path=@0x7fbfffef10, para_env=@0x7fbfffe788,
    error=@0x7fbfffe0f0, _file_path=80) at all_cp2k_gfortran.f90:87724
#7  0x000000000100fdb2 in __cp2k_runs__cp2k_run (input_file_name=@0x7fbfffef10,
output_unit=@0x7fbfffeabc,
    mpi_comm=@0x1934698, _input_file_name=80) at all_cp2k_gfortran.f90:412339
#8  0x000000000100d0b8 in __cp2k_runs__run_input
(input_file_path=@0x7fbfffef10, output_file_path=@0x7fbfffeec0,
    ierr=@0x7fbfffeffc, mpi_comm=0x0, _input_file_path=80,
_output_file_path=80) at all_cp2k_gfortran.f90:412970
#9  0x000000000103372f in MAIN__ () at all_cp2k_gfortran.f90:421842
#10 0x00000000016373ce in main (argc=Variable "argc" is not available.
) at /scratch/vondele/gcc_trunk/gcc/libgfortran/fmain.c:18


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29975


  parent reply	other threads:[~2006-12-10 20:08 UTC|newest]

Thread overview: 155+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-25 12:19 [Bug fortran/29975] New: [metabug] " jv244 at cam dot ac dot uk
2006-11-25 13:22 ` [Bug fortran/29975] [meta] " fxcoudert at gcc dot gnu dot org
2006-11-25 14:15 ` jv244 at cam dot ac dot uk
2006-11-27 22:21 ` [Bug fortran/29975] [meta-bugs] " pault at gcc dot gnu dot org
2006-11-27 22:24 ` fxcoudert at gcc dot gnu dot org
2006-11-28 15:36 ` jv244 at cam dot ac dot uk
2006-11-28 18:04 ` burnus at gcc dot gnu dot org
2006-11-29 22:16 ` pault at gcc dot gnu dot org
2006-11-29 22:26 ` jv244 at cam dot ac dot uk
2006-11-30  7:37 ` burnus at gcc dot gnu dot org
2006-12-01 13:16 ` pault at gcc dot gnu dot org
2006-12-01 17:20 ` burnus at gcc dot gnu dot org
2006-12-02 13:37 ` jv244 at cam dot ac dot uk
2006-12-02 13:55 ` jv244 at cam dot ac dot uk
2006-12-02 14:00 ` jv244 at cam dot ac dot uk
2006-12-02 17:50 ` pault at gcc dot gnu dot org
2006-12-03 13:38 ` pault at gcc dot gnu dot org
2006-12-03 14:45 ` burnus at gcc dot gnu dot org
2006-12-03 17:42 ` paulthomas2 at wanadoo dot fr
2006-12-03 19:41 ` paulthomas2 at wanadoo dot fr
2006-12-03 21:02 ` pault at gcc dot gnu dot org
2006-12-03 21:50 ` burnus at gcc dot gnu dot org
2006-12-03 22:07 ` burnus at gcc dot gnu dot org
2006-12-03 22:49 ` burnus at gcc dot gnu dot org
2006-12-04 20:56 ` pault at gcc dot gnu dot org
2006-12-04 21:15 ` burnus at gcc dot gnu dot org
2006-12-05 19:15 ` patchapp at dberlin dot org
2006-12-08 19:50 ` patchapp at dberlin dot org
2006-12-09 21:14 ` pault at gcc dot gnu dot org
2006-12-10 20:08 ` jv244 at cam dot ac dot uk [this message]
2006-12-11  9:51 ` [Bug fortran/29975] [meta-bugs] [4.1 and 4.2 only] " jv244 at cam dot ac dot uk
2006-12-11 10:08 ` burnus at gcc dot gnu dot org
2006-12-11 11:29 ` jv244 at cam dot ac dot uk
2006-12-11 11:54 ` jv244 at cam dot ac dot uk
2006-12-11 15:56 ` burnus at gcc dot gnu dot org
2006-12-11 16:08 ` jv244 at cam dot ac dot uk
2006-12-13 13:38 ` pault at gcc dot gnu dot org
2006-12-13 14:01 ` jv244 at cam dot ac dot uk
2006-12-13 14:03 ` burnus at gcc dot gnu dot org
2006-12-13 15:26 ` jv244 at cam dot ac dot uk
2006-12-19 12:49 ` jv244 at cam dot ac dot uk
2006-12-21 15:06 ` pault at gcc dot gnu dot org
2006-12-21 16:09 ` [Bug fortran/29975] [meta-bugs] " burnus at gcc dot gnu dot org
2006-12-23 14:51 ` steven at gcc dot gnu dot org
2007-01-06  6:30 ` jv244 at cam dot ac dot uk
2007-01-06  6:41 ` pinskia at gcc dot gnu dot org
2007-01-06  9:22 ` burnus at gcc dot gnu dot org
2007-01-06 10:43 ` fxcoudert at gcc dot gnu dot org
2007-02-12 15:56 ` jv244 at cam dot ac dot uk
2007-02-12 16:16 ` fxcoudert at gcc dot gnu dot org
2007-02-12 17:09 ` jv244 at cam dot ac dot uk
2007-02-12 17:12 ` jv244 at cam dot ac dot uk
2007-02-12 17:20 ` pinskia at gcc dot gnu dot org
2007-02-12 17:52 ` jv244 at cam dot ac dot uk
2007-02-12 18:02 ` pault at gcc dot gnu dot org
2007-02-12 18:26 ` jv244 at cam dot ac dot uk
2007-02-12 18:30 ` fxcoudert at gcc dot gnu dot org
2007-02-12 19:18 ` jv244 at cam dot ac dot uk
2007-02-12 22:56 ` paulthomas2 at wanadoo dot fr
2007-02-13  6:56 ` pault at gcc dot gnu dot org
2007-02-13  9:20 ` jv244 at cam dot ac dot uk
2007-02-13 13:51 ` pault at gcc dot gnu dot org
2007-02-13 19:51 ` kargl at gcc dot gnu dot org
2007-02-13 20:04 ` jv244 at cam dot ac dot uk
2007-02-16  2:51 ` jvdelisle at gcc dot gnu dot org
2007-02-16  5:57 ` jv244 at cam dot ac dot uk
2007-02-16  6:34 ` jvdelisle at gcc dot gnu dot org
2007-02-16  6:51 ` fxcoudert at gcc dot gnu dot org
2007-02-17  7:50 ` jv244 at cam dot ac dot uk
2007-02-17  9:17 ` jv244 at cam dot ac dot uk
2007-02-17 16:01 ` steven at gcc dot gnu dot org
2007-02-17 16:17 ` jv244 at cam dot ac dot uk
2007-02-19 19:52 ` jv244 at cam dot ac dot uk
2007-03-02  8:42 ` jv244 at cam dot ac dot uk
2007-03-03  8:53 ` fxcoudert at gcc dot gnu dot org
2007-03-03 10:12 ` jv244 at cam dot ac dot uk
2007-03-12 23:24 ` steven at gcc dot gnu dot org
2007-03-14 14:48 ` jv244 at cam dot ac dot uk
2007-03-14 15:01 ` ubizjak at gmail dot com
2007-03-14 15:14 ` jv244 at cam dot ac dot uk
2007-03-14 15:15 ` burnus at gcc dot gnu dot org
2007-03-14 15:30 ` ubizjak at gmail dot com
2007-03-14 16:30 ` jv244 at cam dot ac dot uk
2007-03-16 11:11 ` jv244 at cam dot ac dot uk
2007-03-16 11:21 ` ubizjak at gmail dot com
2007-03-16 11:53 ` jv244 at cam dot ac dot uk
2007-03-16 12:08 ` jv244 at cam dot ac dot uk
2007-03-16 12:16 ` ubizjak at gmail dot com
2007-03-16 12:43 ` ubizjak at gmail dot com
2007-03-16 14:16 ` jv244 at cam dot ac dot uk
2007-03-17 11:24 ` fxcoudert at gcc dot gnu dot org
2007-04-24 12:38 ` jv244 at cam dot ac dot uk
2007-04-24 13:32 ` jv244 at cam dot ac dot uk
2007-04-24 14:12 ` jv244 at cam dot ac dot uk
2007-04-24 14:27 ` jv244 at cam dot ac dot uk
2007-04-24 14:43 ` jv244 at cam dot ac dot uk
2007-05-04  8:15 ` jv244 at cam dot ac dot uk
2007-05-21  7:31 ` jv244 at cam dot ac dot uk
2007-05-21 11:39 ` dfranke at gcc dot gnu dot org
2007-05-21 14:41 ` jv244 at cam dot ac dot uk
2007-05-21 14:58 ` jv244 at cam dot ac dot uk
2007-05-26  8:45 ` jv244 at cam dot ac dot uk
2007-05-26  9:02 ` jv244 at cam dot ac dot uk
2007-05-26 10:06 ` jv244 at cam dot ac dot uk
2007-05-29 15:07 ` jv244 at cam dot ac dot uk
2007-06-01  7:09 ` jv244 at cam dot ac dot uk
2007-06-07  7:21 ` tbm at cyrius dot com
2007-06-07  9:25 ` jv244 at cam dot ac dot uk
2007-06-07  9:34 ` jv244 at cam dot ac dot uk
2007-06-07 11:56 ` jv244 at cam dot ac dot uk
2007-06-07 19:26 ` jv244 at cam dot ac dot uk
2007-06-07 19:36 ` jv244 at cam dot ac dot uk
2007-06-20 20:25 ` jv244 at cam dot ac dot uk
2007-06-20 20:41 ` fxcoudert at gcc dot gnu dot org
2007-06-21  3:41 ` jv244 at cam dot ac dot uk
2007-06-21  9:05 ` jv244 at cam dot ac dot uk
2007-06-22  5:56 ` jv244 at cam dot ac dot uk
2007-06-22  7:24 ` pinskia at gcc dot gnu dot org
2007-06-22  7:34 ` jv244 at cam dot ac dot uk
2007-06-27  8:24 ` jv244 at cam dot ac dot uk
2007-06-27  9:37 ` pinskia at gmail dot com
2007-06-27 12:47 ` jv244 at cam dot ac dot uk
2007-06-27 12:51 ` jv244 at cam dot ac dot uk
2007-06-27 13:54 ` jv244 at cam dot ac dot uk
2007-06-27 14:21 ` jv244 at cam dot ac dot uk
2007-06-27 14:45 ` jv244 at cam dot ac dot uk
2007-06-27 19:56 ` jv244 at cam dot ac dot uk
2007-06-28  6:08 ` jv244 at cam dot ac dot uk
2007-07-02 21:36 ` jv244 at cam dot ac dot uk
2007-07-02 21:42 ` jv244 at cam dot ac dot uk
2007-07-03  7:11 ` ubizjak at gmail dot com
2007-07-03  7:23 ` jv244 at cam dot ac dot uk
2007-07-05 14:40 ` jv244 at cam dot ac dot uk
2007-07-06 12:18 ` fxcoudert at gcc dot gnu dot org
2007-07-06 14:52 ` jv244 at cam dot ac dot uk
2007-07-10  7:05 ` jv244 at cam dot ac dot uk
2007-07-11  5:48 ` jv244 at cam dot ac dot uk
2007-07-24  6:18 ` pault at gcc dot gnu dot org
2007-07-24  6:31 ` jv244 at cam dot ac dot uk
2007-07-24  7:22 ` jv244 at cam dot ac dot uk
2007-07-24  7:46 ` pault at gcc dot gnu dot org
2007-07-24  8:44 ` jv244 at cam dot ac dot uk
2007-08-15 10:44 ` fxcoudert at gcc dot gnu dot org
2007-12-05 10:13 ` jv244 at cam dot ac dot uk
2007-12-06  8:17 ` pault at gcc dot gnu dot org
2008-01-23 19:38 ` jv244 at cam dot ac dot uk
2008-01-23 20:44 ` jv244 at cam dot ac dot uk
2008-02-16 18:55 ` pault at gcc dot gnu dot org
2008-02-18  8:11 ` jv244 at cam dot ac dot uk
2008-04-28 12:46 ` jv244 at cam dot ac dot uk
2008-05-01  8:29 ` fxcoudert at gcc dot gnu dot org
2008-05-03 18:18 ` jv244 at cam dot ac dot uk
2008-05-03 18:43 ` kargl at gcc dot gnu dot org
2008-05-03 19:16 ` jvdelisle at gcc dot gnu dot org
2008-05-05 10:31 ` [Bug other/29975] " jv244 at cam dot ac dot uk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061210200835.16299.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).