Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 2004 11:04:53 GMT
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        harti@FreeBSD.org, freebsd-bugs@FreeBSD.org, harti@FreeBSD.org
Subject:   Re: misc/29103: make (1) dump core while processing ^C from console with malloc's "recursive call." diagnostic.
Message-ID:  <200408131104.i7DB4rKt078473@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: make (1) dump core while processing ^C from console with malloc's "recursive call." diagnostic.

Responsible-Changed-From-To: freebsd-bugs->harti
Responsible-Changed-By: harti
Responsible-Changed-When: Fri Aug 13 11:03:15 GMT 2004
Responsible-Changed-Why: 
I take this. The reason for the core is quite obvious from
the backtrace: the interrupt handler CompatInterrupt call free()
which it shouldn't do. In general interrupt handlers are allowed
to call only a small number of functions. This will require some work,
though.

http://www.freebsd.org/cgi/query-pr.cgi?pr=29103



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408131104.i7DB4rKt078473>