ارتقي بدوراتنا التدريبية ميز نفسك وتحكم بمستقبلك‏

2010-10-20 Thread BSC
YX1YX2 X'YX#X/X'X! X'YYX*YX'X2Y YYX*X/X1Y X( ( X/X(Y ) Y YX/Y X/YX1X'X*Y X'YX*X/X1Y X(Y X) X'YX/YX1Y X) X'X3Y X'YX(X1YX'YX, X'YYYX'Y YY X%YY X'YYX8Y YX'YX%X*X,X'YX'X* X'YX-X/Y X+X) YY X%X/X'X1X) X'YYYX'X*X( YX'YX3YX1X*X'X1Y X)

malloc error messages

2010-10-20 Thread Otto Moerbeek
Hi, when feeding free(3) or realloc(3) a bogus or already free pointer, it helps to see the actual pointer. So here's a diff to do that. Typical output: a.out in free(): error: bogus pointer (double free?) 0x1234567890abcdef Please test review, -Otto Index: stdlib/malloc.c

Do u think this picture is funny?

2010-10-20 Thread carlicbufriends
LOL, I found a very funny picture and wanna know your opinion. Do u think this picture is funny? Check the funny picture here: http://funnycaser.webs.com/funny.htm

Re: malloc error messages

2010-10-20 Thread Otto Moerbeek
On Wed, Oct 20, 2010 at 09:27:50AM +0200, Otto Moerbeek wrote: Hi, when feeding free(3) or realloc(3) a bogus or already free pointer, it helps to see the actual pointer. So here's a diff to do that. Typical output: a.out in free(): error: bogus pointer (double free?)

Re: malloc error messages

2010-10-20 Thread Nicholas Marriott
I like it a lot. Although I don't see much point in NBBY :-). Couldn't you print the failing pointer on the other realloc messages? I guess it may not be much use. Otherwise reads fine and works for me. On Wed, Oct 20, 2010 at 09:27:50AM +0200, Otto Moerbeek wrote: Hi, when feeding

Re: softraid cleanup

2010-10-20 Thread Marco Peereboom
On Thu, Sep 30, 2010 at 03:35:33AM +0200, Tobias Ulmer wrote: I got this after a while: panic: softraid0: sr_crypto_finish_io No serial, so there's no more info. You know where to find me new diff that should fix all them issues. please test, especially raid 1 including rebuild and stuff.