https://codereview.appspot.com/54160043/diff/40001/src/pkg/runtime/panic.c File src/pkg/runtime/panic.c (right): https://codereview.appspot.com/54160043/diff/40001/src/pkg/runtime/panic.c#newcode374 src/pkg/runtime/panic.c:374: runtime·printf("panic during panic\n"); Seems to me you need to ...
11 years, 1 month ago
(2014-01-19 05:11:43 UTC)
#2
On 2014/01/19 07:25:58, khr1 wrote: You seem forgot to upload, it still contains "m->dying = ...
11 years, 1 month ago
(2014-01-19 07:43:13 UTC)
#4
On 2014/01/19 07:25:58, khr1 wrote:
You seem forgot to upload, it still contains "m->dying = 1;"
Please test it by inserting throw and nil deref into traceback.
> Good point, fixed. PTAL.
>
>
>
> On Sat, Jan 18, 2014 at 9:11 PM, <mailto:iant@golang.org> wrote:
>
> >
> > https://codereview.appspot.com/54160043/diff/40001/src/pkg/runtime/panic.c
> > File src/pkg/runtime/panic.c (right):
> >
> > https://codereview.appspot.com/54160043/diff/40001/src/
> > pkg/runtime/panic.c#newcode374
> > src/pkg/runtime/panic.c:374: runtime·printf("panic during panic\n");
> > Seems to me you need to increment m->dying here. I don't see how the
> > increment down below will ever set m->dying to anything other than 1.
> >
> > https://codereview.appspot.com/54160043/
> >
On Sat, Jan 18, 2014 at 11:43 PM, <dvyukov@google.com> wrote: > On 2014/01/19 07:25:58, khr1 ...
11 years, 1 month ago
(2014-01-20 19:24:22 UTC)
#5
On Sat, Jan 18, 2014 at 11:43 PM, <dvyukov@google.com> wrote:
> On 2014/01/19 07:25:58, khr1 wrote:
> You seem forgot to upload, it still contains "m->dying = 1;"
I'm seeing chunk mismatch now....
Ian
On 2014/01/20 19:24:22, iant wrote: > On Sat, Jan 18, 2014 at 11:43 PM, <mailto:dvyukov@google.com> ...
11 years, 1 month ago
(2014-01-21 21:52:41 UTC)
#6
On 2014/01/20 19:24:22, iant wrote:
> On Sat, Jan 18, 2014 at 11:43 PM, <mailto:dvyukov@google.com> wrote:
> > On 2014/01/19 07:25:58, khr1 wrote:
> > You seem forgot to upload, it still contains "m->dying = 1;"
>
> I'm seeing chunk mismatch now....
>
> Ian
Try again...
Issue 54160043: code review 54160043: runtime: if "panic during panic"'s stacktrace fails, do...
(Closed)
Created 11 years, 1 month ago by khr
Modified 11 years, 1 month ago
Reviewers:
Base URL:
Comments: 1