|
Re: 2.6.7-mm2, mmaps rework, buggy apps, setarch
>
> Can someone please explain me *what* the effects of a `buggy app' would
> be: Segfault I suppose. But what to do with a commerical app where I
> cannot check a stack trace or whatever?
basically the applications that break do:
int ptr;
ptr = malloc(some_size);
if (ptr <= 0)
handle_no_memory();
> Background: I am having problems with current debian/sid on 2.6.7-mm2
> with vuescan.
can you describe these problems in somewhat more detail ?
(Log in to post comments)
|
Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.