weird activation record found on stack

2006-02-21 Thread Ben Clifford


Hello.

I got this one off. The rest of the time this program gives a simple 
Segmentation Fault near startup (about 1 in 5 times), and the other 4 in 5 
times runs through to completion.


$ ~/src/haskellgitmaildir/a.out master mundungusmaster
base=aeb5d7eb11acbb81d77f37d381b75a51a8897eb9
a.out: internal error: scavenge_stack: weird activation record found on 
stack: 59

Please report this as a bug to glasgow-haskell-bugs@haskell.org,
or http://www.sourceforge.net/projects/ghc/
piva:~/tmp/littlemaildir benc$


For my reference, the version of the code that produces this is commit 
9c3e10ea248b1391851ac0d7f8e15f3b0939ec01.


Possibly of relevance, I'm doing some forkIO and running processes.

piva:~/tmp/littlemaildir benc$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.4.1

piva:~/tmp/littlemaildir benc$ uname -a
Darwin piva.hawaga.org.uk 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct  3 
20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh 
powerpc


What other info do you want?

Ben
--

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: weird activation record found on stack

2006-02-21 Thread Simon Marlow

Ben Clifford wrote:


Hello.

I got this one off. The rest of the time this program gives a simple 
Segmentation Fault near startup (about 1 in 5 times), and the other 4 in 
5 times runs through to completion.


$ ~/src/haskellgitmaildir/a.out master mundungusmaster
base=aeb5d7eb11acbb81d77f37d381b75a51a8897eb9
a.out: internal error: scavenge_stack: weird activation record found on 
stack: 59

Please report this as a bug to glasgow-haskell-bugs@haskell.org,
or http://www.sourceforge.net/projects/ghc/
piva:~/tmp/littlemaildir benc$


For my reference, the version of the code that produces this is commit 
9c3e10ea248b1391851ac0d7f8e15f3b0939ec01.


Possibly of relevance, I'm doing some forkIO and running processes.

piva:~/tmp/littlemaildir benc$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.4.1

piva:~/tmp/littlemaildir benc$ uname -a
Darwin piva.hawaga.org.uk 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct  3 
20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh 
powerpc


What other info do you want?


Could you provide us with the code to reproduce the bug?

Cheers,
Simon
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


internal error: scavenge_stack: weird activation record found on stack: 0

2005-09-12 Thread Jason Dagit

Hello,

I have discovered that when using forkOS and exitWith that I get the  
following error:
hud: internal error: scavenge_stack: weird activation record found on  
stack: 0

Please report this as a bug to glasgow-haskell-bugs@haskell.org,
or http://www.sourceforge.net/projects/ghc/

I'm using OSX 10.4, and ghc 6.4 from darwinports.

Thanks,
Jason

I have attached a relatively simple program that demonstrates the  
crash, here are steps to reproduce the crash:

$ make
ghc -threaded --make Hud.hs -o hud
Chasing modules from: Hud.hs
Compiling Main ( Hud.hs, Hud.o )
Linking ...
ghc -threaded --make Connector.hs -o connector
Chasing modules from: Connector.hs
Compiling Main ( Connector.hs, Connector.o )
Linking ...
[01:20 [EMAIL PROTECTED]/local-data/hud]
$ hud 2000 
[1] 10441
[01:20 [EMAIL PROTECTED]/local-data/hud]
$ telnet localhost 2000
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Accepted on: {handle: socket: 7}
changing buffering on: {handle: socket: 7}
Connection from localhost on: ThreadId 4
quit
QuitEvent
Connection closed by foreign host.
[01:20 [EMAIL PROTECTED]/local-data/hud]
$ hud: exit: ExitSuccess


[01:20 [EMAIL PROTECTED]/local-data/hud]
$ telnet localhost 2000
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Accepted on: {handle: socket: 7}
changing buffering on: {handle: socket: 7}
Connection from localhost on: ThreadId 5
hud: internal error: scavenge_stack: weird activation record found on  
stack: 0

Please report this as a bug to glasgow-haskell-bugs@haskell.org,
or http://www.sourceforge.net/projects/ghc/
Connection closed by foreign host.
[1]+  Exit 254hud 2000



hud.tar.gz
Description: GNU Zip compressed data
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[ ghc-Bugs-1222522 ] scavenge_stack: weird activation record found on stack:37548

2005-07-06 Thread SourceForge.net
Bugs item #1222522, was opened at 2005-06-17 10:43
Message generated for change (Settings changed) made by simonpj
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=108032aid=1222522group_id=8032

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: 6.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Markus Laire (malaire)
Assigned to: Simon Marlow (simonmar)
Summary: scavenge_stack: weird activation record found on stack:37548

Initial Comment:
During 'make test' of pugs (http://pugscode.org/) which
is written in Haskell I got this error:

...
...
t/oo/class/nested_use..ok
t/oo/class/require.ok
2/3 TODO bug tests
t/oo/clone.ok
3/9 TODO feature tests
t/oo/construction..ok
6/7 TODO feature tests
t/oo/delegationok
24/34 TODO feature tests
t/oo/destruction...ok
3/6pugs: internal error: scavenge_stack: weird
activation record found on stack: 37548
Please report this as a bug to
glasgow-haskell-bugs@haskell.org,
or http://www.sourceforge.net/projects/ghc/
t/oo/destruction...dubious
Test returned status 254 (wstat 65024, 0xfe00)
after all the subtests completed successfully
...
...


I have:
* GHC 6.4
* pugs r4733
* parrot r8392
* SuSe 9.1
* uname -a gives Linux 2.6.5-7.155.29-default #1 Thu
Jun 2 12:07:05 UTC 2005 i686 athlon i386 GNU/Linux


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=108032aid=1222522group_id=8032
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[ ghc-Bugs-1222522 ] scavenge_stack: weird activation record found on stack:37548

2005-06-17 Thread SourceForge.net
Bugs item #1222522, was opened at 2005-06-17 13:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=108032aid=1222522group_id=8032

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: 6.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Markus Laire (malaire)
Assigned to: Nobody/Anonymous (nobody)
Summary: scavenge_stack: weird activation record found on stack:37548

Initial Comment:
During 'make test' of pugs (http://pugscode.org/) which
is written in Haskell I got this error:

...
...
t/oo/class/nested_use..ok
t/oo/class/require.ok
2/3 TODO bug tests
t/oo/clone.ok
3/9 TODO feature tests
t/oo/construction..ok
6/7 TODO feature tests
t/oo/delegationok
24/34 TODO feature tests
t/oo/destruction...ok
3/6pugs: internal error: scavenge_stack: weird
activation record found on stack: 37548
Please report this as a bug to
glasgow-haskell-bugs@haskell.org,
or http://www.sourceforge.net/projects/ghc/
t/oo/destruction...dubious
Test returned status 254 (wstat 65024, 0xfe00)
after all the subtests completed successfully
...
...


I have:
* GHC 6.4
* pugs r4733
* parrot r8392
* SuSe 9.1
* uname -a gives Linux 2.6.5-7.155.29-default #1 Thu
Jun 2 12:07:05 UTC 2005 i686 athlon i386 GNU/Linux


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=108032aid=1222522group_id=8032
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs