* Is the backtrace broken in 2.2.2?
@ 2017-05-01 4:45 Nala Ginrut
2017-05-02 19:45 ` Andy Wingo
0 siblings, 1 reply; 5+ messages in thread
From: Nala Ginrut @ 2017-05-01 4:45 UTC (permalink / raw)
To: guile-devel
Hi all!
I'm using the latest Guile from git repo.
It seems something is wrong to print message of backtrace.
-----------------------cut------------------------
Exception thrown while printing backtrace:
ERROR: In procedure vector-ref: Value out of range: 156
------------------------end----------------------
Any thoughts?
Best regards.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Is the backtrace broken in 2.2.2?
2017-05-01 4:45 Is the backtrace broken in 2.2.2? Nala Ginrut
@ 2017-05-02 19:45 ` Andy Wingo
2017-05-03 9:54 ` Nala Ginrut
0 siblings, 1 reply; 5+ messages in thread
From: Andy Wingo @ 2017-05-02 19:45 UTC (permalink / raw)
To: Nala Ginrut; +Cc: guile-devel
On Mon 01 May 2017 06:45, Nala Ginrut <nalaginrut@gmail.com> writes:
> Hi all!
> I'm using the latest Guile from git repo.
> It seems something is wrong to print message of backtrace.
>
> -----------------------cut------------------------
> Exception thrown while printing backtrace:
> ERROR: In procedure vector-ref: Value out of range: 156
> ------------------------end----------------------
>
> Any thoughts?
Always or just sometimes? Needs a test case :)
Note that there was this, in the past:
4dcc97288dc2c43ea9f2e61fdb1357cec3936fc9. But that was fixed.
Andy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Is the backtrace broken in 2.2.2?
2017-05-02 19:45 ` Andy Wingo
@ 2017-05-03 9:54 ` Nala Ginrut
2017-05-12 22:21 ` Mark H Weaver
0 siblings, 1 reply; 5+ messages in thread
From: Nala Ginrut @ 2017-05-03 9:54 UTC (permalink / raw)
To: Andy Wingo; +Cc: guile-devel
It always appears. Maybe relate to call-with-prompt?
On Wed, May 3, 2017 at 3:45 AM, Andy Wingo <wingo@pobox.com> wrote:
> On Mon 01 May 2017 06:45, Nala Ginrut <nalaginrut@gmail.com> writes:
>
>> Hi all!
>> I'm using the latest Guile from git repo.
>> It seems something is wrong to print message of backtrace.
>>
>> -----------------------cut------------------------
>> Exception thrown while printing backtrace:
>> ERROR: In procedure vector-ref: Value out of range: 156
>> ------------------------end----------------------
>>
>> Any thoughts?
>
> Always or just sometimes? Needs a test case :)
>
> Note that there was this, in the past:
> 4dcc97288dc2c43ea9f2e61fdb1357cec3936fc9. But that was fixed.
>
> Andy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Is the backtrace broken in 2.2.2?
2017-05-03 9:54 ` Nala Ginrut
@ 2017-05-12 22:21 ` Mark H Weaver
2017-05-13 3:57 ` Nala Ginrut
0 siblings, 1 reply; 5+ messages in thread
From: Mark H Weaver @ 2017-05-12 22:21 UTC (permalink / raw)
To: Nala Ginrut; +Cc: Andy Wingo, guile-devel
Nala Ginrut <nalaginrut@gmail.com> writes:
> On Wed, May 3, 2017 at 3:45 AM, Andy Wingo <wingo@pobox.com> wrote:
>> On Mon 01 May 2017 06:45, Nala Ginrut <nalaginrut@gmail.com> writes:
>>
>>> Hi all!
>>> I'm using the latest Guile from git repo.
>>> It seems something is wrong to print message of backtrace.
>>>
>>> -----------------------cut------------------------
>>> Exception thrown while printing backtrace:
>>> ERROR: In procedure vector-ref: Value out of range: 156
>>> ------------------------end----------------------
>>>
>>> Any thoughts?
>>
>> Always or just sometimes? Needs a test case :)
>>
>> Note that there was this, in the past:
>> 4dcc97288dc2c43ea9f2e61fdb1357cec3936fc9. But that was fixed.
> It always appears. Maybe relate to call-with-prompt?
Can you provide a small self-contained test case to demonstrate the
problem, so that we can reproduce it on our systems?
Mark
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Is the backtrace broken in 2.2.2?
2017-05-12 22:21 ` Mark H Weaver
@ 2017-05-13 3:57 ` Nala Ginrut
0 siblings, 0 replies; 5+ messages in thread
From: Nala Ginrut @ 2017-05-13 3:57 UTC (permalink / raw)
To: Mark H Weaver; +Cc: Andy Wingo, guile-devel
[-- Attachment #1: Type: text/plain, Size: 1127 bytes --]
I'm trying to form a simplified test case, please wait a moment.
2017年5月13日 06:21,"Mark H Weaver" <mhw@netris.org>写道:
> Nala Ginrut <nalaginrut@gmail.com> writes:
>
> > On Wed, May 3, 2017 at 3:45 AM, Andy Wingo <wingo@pobox.com> wrote:
> >> On Mon 01 May 2017 06:45, Nala Ginrut <nalaginrut@gmail.com> writes:
> >>
> >>> Hi all!
> >>> I'm using the latest Guile from git repo.
> >>> It seems something is wrong to print message of backtrace.
> >>>
> >>> -----------------------cut------------------------
> >>> Exception thrown while printing backtrace:
> >>> ERROR: In procedure vector-ref: Value out of range: 156
> >>> ------------------------end----------------------
> >>>
> >>> Any thoughts?
> >>
> >> Always or just sometimes? Needs a test case :)
> >>
> >> Note that there was this, in the past:
> >> 4dcc97288dc2c43ea9f2e61fdb1357cec3936fc9. But that was fixed.
>
> > It always appears. Maybe relate to call-with-prompt?
>
> Can you provide a small self-contained test case to demonstrate the
> problem, so that we can reproduce it on our systems?
>
> Mark
>
[-- Attachment #2: Type: text/html, Size: 1783 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-05-13 3:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-01 4:45 Is the backtrace broken in 2.2.2? Nala Ginrut
2017-05-02 19:45 ` Andy Wingo
2017-05-03 9:54 ` Nala Ginrut
2017-05-12 22:21 ` Mark H Weaver
2017-05-13 3:57 ` Nala Ginrut
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).