* warning: stack count incorrect!
@ 2009-07-28 19:54 Linas Vepstas
2009-07-28 21:15 ` Andy Wingo
0 siblings, 1 reply; 2+ messages in thread
From: Linas Vepstas @ 2009-07-28 19:54 UTC (permalink / raw)
To: Guile Development
FYI,
I've been running guile-1.9.0 for a while, and recently saw the error message
warning: stack count incorrect!
print out on stdout. I greped for it and found:
libguile/stacks.c: scm_puts ("warning: stack count incorrect!\n",
scm_current_error_port ());
I'm not sure what triggered it; I hadn't yet done much. Not sure on
how I should
go about debugging. (Should I?)
one request: can someone change this to "Guile: warning: stack count
incorrect!\n" ?
it took me a while to realize it was guile that had printed the thing
and not some other
component.
--linas
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: warning: stack count incorrect!
2009-07-28 19:54 warning: stack count incorrect! Linas Vepstas
@ 2009-07-28 21:15 ` Andy Wingo
0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2009-07-28 21:15 UTC (permalink / raw)
To: linasvepstas; +Cc: Guile Development
Hi,
On Tue 28 Jul 2009 21:54, Linas Vepstas <linasvepstas@gmail.com> writes:
> I've been running guile-1.9.0 for a while
You are out of date, then ;-) Planning to skip directly to 1.9.2, maybe? :)
>, and recently saw the error message
>
> warning: stack count incorrect!
>
> print out on stdout. I greped for it and found:
>
> libguile/stacks.c: scm_puts ("warning: stack count incorrect!\n",
> scm_current_error_port ());
>
> I'm not sure what triggered it; I hadn't yet done much. Not sure on
> how I should
> go about debugging. (Should I?)
Well, I'd like to get a test case that reproduces that condition, then
fix the problem, removing the need for the printout. Do you have one?
> one request: can someone change this to "Guile: warning: stack count
> incorrect!\n" ? it took me a while to realize it was guile that had
> printed the thing and not some other component.
Sure, we can do that. Still, a test case would be better :)
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-28 21:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-28 19:54 warning: stack count incorrect! Linas Vepstas
2009-07-28 21:15 ` Andy Wingo
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).