| Summary: | Linux emulator core dumps on setreuid() | ||
|---|---|---|---|
| Product: | Base System | Reporter: | gary <gary> |
| Component: | kern | Assignee: | Marcel Moolenaar <marcel> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.3-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->marcel My corner Gary, I can't reproduce it. Do you still have the problem? -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org I am in the process of upgrading to 3.4 - I'll let you know in due time, OK. Gary Gary, It's been a while, but can you tell me if you still have the problem? If not, I'll close the PR. thanks, -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 State Changed From-To: open->closed Update commited, thanks! Grr... I couldn't save the real log, because it somehow already had this bogus log... The real log is: Unreproducable, old FreeBSD version and no response from originator. -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 Hi,
I haven't tried for a while, but may be doing again soon (but not likely
within the next 2 weeks). I will keep your name on hand and email you
with the results.
(Also, I'll be upgrading to 4.1 first)
Gary
--
Friends help you move. Real friends help you move bodies.
On Sat, 15 Jul 2000, Marcel Moolenaar wrote:
> Gary,
>
> It's been a while, but can you tell me if you still have the problem?
> If not, I'll close the PR.
>
> thanks,
>
> --
> Marcel Moolenaar
> mail: marcel@cup.hp.com / marcel@FreeBSD.org
> tel: (408) 447-4222
>
Whoops!
This is an OLD mail! Ignore me!
Gary
--
Friends help you move. Real friends help you move bodies.
On Sat, 15 Jul 2000, Marcel Moolenaar wrote:
> Gary,
>
> It's been a while, but can you tell me if you still have the problem?
> If not, I'll close the PR.
>
> thanks,
>
> --
> Marcel Moolenaar
> mail: marcel@cup.hp.com / marcel@FreeBSD.org
> tel: (408) 447-4222
>
|
main() { setreuid(-1, -1); } core dumps when compiled on linux and run under BSD with linux.ko Fix: None How-To-Repeat: Compile main() { setreuid(-1, -1); } under linux, move to BSD, brand it, make sure linux.ko is loaded, and try running it.