Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 1995 11:47:45 -0800
From:      Jeffrey Hsu <hsu>
To:        thomas@ghpc8.ihf.rwth-aachen.de
Cc:        hackers
Subject:   Re: faulting memory reference after SIGSEGV?
Message-ID:  <199501301947.LAA08464@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
Let me guess, you're working on the garbage collector for some language.
Which one?

Here's an example from Boehm's GC,

    void GC_write_fault_handler(sig, code, scp, addr)
    int sig, code;
    struct sigcontext *scp;
    char *addr;

where addr is the faulting virtual address.

							Jeffrey



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