http://www.haskell.org/ghc/reportabug
Hi, When I run my test case, I get timer: internal error: scavenge: unimplemented/strange closure type 60 @ 0x76a28400 (GHC version 6.8.2 for i386_unknown_linux) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug I went to this URL. I already have an account. I want to see if there is a report on this problem but I get the following message ... TICKET_CREATE privileges are required to perform this operation I read some of the Trac documentation but didn't see what privilege I am missing. ?? Thanks, Vasili
Galchin, Vasili wrote:
Hi,
When I run my test case, I get
timer: internal error: scavenge: unimplemented/strange closure type 60 @ 0x76a28400 (GHC version 6.8.2 for i386_unknown_linux) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
I went to this URL. I already have an account. I want to see if there is a report on this problem but I get the following message ...
TICKET_CREATE privileges are required to perform this operation
I read some of the Trac documentation but didn't see what privilege I am missing. ??
It happened to me recently. Apparently I had gotten automatically logged out somehow, but that status change wasn't updated on the bug reporting page. So I had to go to a different trac page, so I could then log in, and then try again. Maybe that's what happened? -Isaac
Galchin, Vasili wrote:
TICKET_CREATE privileges are required to perform this operation
I read some of the Trac documentation but didn't see what privilege I am missing. ??
Registered user or not? If you have a trac user, log in at the trac home page and then revisit reportabug. If you do not, login as guest/guest. Jules
Jules, Currently guest/guest doesn't work. Regards, Vasili On Mon, Jun 30, 2008 at 12:50 AM, Jules Bean <jules@jellybean.co.uk> wrote:
Galchin, Vasili wrote:
TICKET_CREATE privileges are required to perform this operation
I read some of the Trac documentation but didn't see what privilege I am missing. ??
Registered user or not?
If you have a trac user, log in at the trac home page and then revisit reportabug.
If you do not, login as guest/guest.
Jules
Galchin, Vasili wrote:
I am logging in as a client running Ubuntu Linux. Is this a problem? (I think not ....).
no, I use Ubuntu. If you have cookies disabled (am I one of the few people who sets this option?) without having an exception for hackage.haskell.org, that would cause trouble. Not sure what else.
Hello Vasili, Sunday, June 29, 2008, 11:09:51 AM, you wrote:
When I run my test case, I get
timer: internal error: scavenge: unimplemented/strange closure type 60 @ 0x76a28400
if you run low-level code that directly modifies memory via FFI functions, it's more probable that error is just in your code -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com
Yeah .... I was afraid of that .... any suggestions for debugging?? I suspect the "sigevent_t" struct that I am populating from it's Haskell counterpart. Vasili On Mon, Jun 30, 2008 at 10:19 AM, Bulat Ziganshin <bulat.ziganshin@gmail.com> wrote:
Hello Vasili,
Sunday, June 29, 2008, 11:09:51 AM, you wrote:
When I run my test case, I get
timer: internal error: scavenge: unimplemented/strange closure type 60 @ 0x76a28400
if you run low-level code that directly modifies memory via FFI functions, it's more probable that error is just in your code
-- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com
Hi Bulat and others, Basically I am testing my Posix timer bindings. When a timer is created via timer_create( http://www.opengroup.org/onlinepubs/009695399/functions/timer_create.html), it is possible to pass a sigevent struct. When I specify sigev_notify as NONE OR SIGNAL, all is well. When I specify sigev_notify as THREAD which causes a callback to a Haskell function that I specify, then sometimes I get a core dump due to SIGABRT or an internal error in the Haskell run time library. Many times when I run as sigev_notify==THREAD every thing seems to be OK. I am trying to come up with ideas of what is wrong. I know there are constraints on what can be called from a sigevent callback function. Unfortunately I don't know anything about the ghc runtime model. ??? Vasili On Mon, Jun 30, 2008 at 10:19 AM, Bulat Ziganshin <bulat.ziganshin@gmail.com> wrote:
Hello Vasili,
Sunday, June 29, 2008, 11:09:51 AM, you wrote:
When I run my test case, I get
timer: internal error: scavenge: unimplemented/strange closure type 60 @ 0x76a28400
if you run low-level code that directly modifies memory via FFI functions, it's more probable that error is just in your code
-- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com
participants (4)
-
Bulat Ziganshin -
Galchin, Vasili -
Isaac Dupree -
Jules Bean