Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] [Fwd: Re: bison 2.4.1]

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Robin Cook <rcook AT wyrms.net>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] [Fwd: Re: bison 2.4.1]
  • Date: Thu, 05 Mar 2009 19:05:20 -0600

I have been trying to work with the bison folks to try and find out why
it keeps hanging on checking for java with gcj installed and this is
where it has gotten so far.

Any ideas.

CuZnDragon
Robin Cook

-------- Forwarded Message --------
From: Paolo Bonzini <bonzini AT gnu.org>
To: Robin Cook <rcook AT wyrms.net>
Cc: Akim Demaille <akim AT lrde.epita.fr>, Akim Demaille
<Akim.Demaille AT lrde.epita.fr>, Bison Bugs <bug-bison AT gnu.org>
Subject: Re: bison 2.4.1
Date: Thu, 05 Mar 2009 11:21:52 +0100

Robin Cook wrote:
> Here the strace log with the -ff

The dump ends like this:

> [pid 26956] tgkill(26956, 26957, SIGPWR <unfinished ...>
> [pid 26957] <... futex resumed> ) = ? ERESTARTSYS (To be restarted)
> [pid 26957] --- SIGPWR (Power failure) @ 0 (0) ---
> [pid 26957] rt_sigsuspend(~[INT QUIT ABRT BUS SEGV TERM XCPU RTMIN RT_1]
> <unfinished ...>
> [pid 26956] <... tgkill resumed> ) = 0
> [pid 26956] mmap2(0x53f000, 65536, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x53f000
> [pid 26956] tgkill(26956, 26957, SIGXCPU <unfinished ...>
> [pid 26957] <... rt_sigsuspend resumed> ) = ? ERESTARTNOHAND (To be
> restarted)
> [pid 26957] --- SIGXCPU (CPU time limit exceeded) @ 0 (0) ---
> [pid 26957] sigreturn() = ? (mask now ~[INT QUIT ABRT BUS
> KILL SEGV TERM STOP RTMIN])
> [pid 26957] sigreturn() = ? (mask now [CHLD])
> [pid 26957] futex(0x9c787f0, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
> [pid 26956] <... tgkill resumed> ) = 0
> [pid 26956] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> [pid 26956] rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0
> [pid 26956] futex(0xb7f965b8, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>

Did you cause the SIGXCPU)? For example, do you have "ulimit -t" set?
(Regarding SIGPWR, I don't know what it is...).

So it looks like a problem invoking ecj1 (the Java->bytecode compiler of
GCJ), and not an easily solved one. You probably should report it to
your Linux distribution.

Paolo

Attachment: signature.asc
Description: This is a digitally signed message part



  • [SM-Discuss] [Fwd: Re: bison 2.4.1], Robin Cook, 03/05/2009

Archive powered by MHonArc 2.6.24.

Top of Page