You seem to be talking about SA_SIGINFO. Please be precise.
You are not talking about SIGINFO at all.
Roland McGrath, le Sun 10 Aug 2008 00:56:20 -0700, a écrit :
> You seem to be talking about SA_SIGINFO.
Oups right yes.
Samuel
Samuel Thibault wrote:
zhengda, le Sat 09 Aug 2008 13:59:19 +0200, a écrit :
if (name)
free (name);
No need for an if here, free(NULL); is void already.
OK
When I build the glibc, I got the error as follow:
CPP='gcc-4.2 -E -x c-header'
/root/storage/glibc-2.7/build-
zhengda, le Sun 10 Aug 2008 18:55:48 +0200, a écrit :
> >LD_LIBRARY_PATH=/root/storage/glibc-2.7/build-tree/hurd-i386-libc gdb
> >--args /root/storage/glibc-2.7/build-tree/hurd-i386-libc/sunrpc/rpcgen -Y
> >../scripts -c rpcsvc/bootparam_prot.x -o
> >/root/storage/glibc-2.7/build-tree/hurd-i386-
Samuel Thibault wrote:
Gah. Then set from inside gdb:
gdb --args /root/storage/glibc-2.7/build-tree/hurd-i386-libc/sunrpc/rpcgen -Y
../scripts -c rpcsvc/bootparam_prot.x -o
/root/storage/glibc-2.7/build-tree/hurd-i386-libc/sunrpc/xbootparam_prot.T
(gdb) set environment
LD_LIBRARY_PATH=/root
zhengda, le Sun 10 Aug 2008 19:42:18 +0200, a écrit :
> But I don't understand why. Obviously, 'name' isn't double-freed.
Mmm, maybe you have a glibc that is partly compiled with debugging on
and partly compiled with debugging off?
Samuel
Samuel Thibault wrote:
zhengda, le Sun 10 Aug 2008 19:42:18 +0200, a écrit :
But I don't understand why. Obviously, 'name' isn't double-freed.
Mmm, maybe you have a glibc that is partly compiled with debugging on
and partly compiled with debugging off?
How can that happen?
If so, w
zhengda, le Sun 10 Aug 2008 20:07:57 +0200, a écrit :
> Samuel Thibault wrote:
> >zhengda, le Sun 10 Aug 2008 19:42:18 +0200, a écrit :
> >
> >>But I don't understand why. Obviously, 'name' isn't double-freed.
> >>
> >
> >Mmm, maybe you have a glibc that is partly compiled with debugging on
>
Samuel Thibault wrote:
On Fri, Aug 8, 2008 at 9:33 PM, Samuel Thibault <[EMAIL PROTECTED]>
wrote:
zhengda, le Fri 08 Aug 2008 06:44:16 +0200, a écrit :
> +dev->flags = (flags &
> +(IFF_BROADCAST | IFF_DEBUG | IFF_LOOPBACK |
> + IFF_POINTOPOINT | IFF_NOT
Samuel Thibault wrote:
zhengda, le Sun 10 Aug 2008 20:07:57 +0200, a écrit :
Samuel Thibault wrote:
zhengda, le Sun 10 Aug 2008 19:42:18 +0200, a écrit :
But I don't understand why. Obviously, 'name' isn't double-freed.
Mmm, maybe you have a glibc that is partly
Samuel Thibault wrote:
About changelogs, please really read the GNU coding style (or re-read
it): you _need_ to give the name for the added macros for instance,
that's precisely the purpose of the ChangeLog file.
Samuel
Sorry, here goes the patch again.
Needed for GNU Mach 1.2
2008-07-29 Zhen
zhengda, le Sun 10 Aug 2008 20:29:55 +0200, a écrit :
> 2008-07-29 Zheng Da <[EMAIL PROTECTED]>
>
>* include/device/net_status.h (NET_FLAGS): Macro defined.
Usually we rather write "New macro". Anyway, you should read your mail
non-linearly, I've already commited it :)
Samuel
[EMAIL PROTECTED] wrote:
Hi,
2008-07-29 Zheng Da <[EMAIL PROTECTED]>
*boot/boot.c: add an option to open the virtual network interface
That's not a complete changelog...
+ if (err)
+fprintf (stderr, "open_device returns %x, %s\n",
+ err, strerror (err
Samuel Thibault wrote:
zhengda, le Sun 10 Aug 2008 20:29:55 +0200, a écrit :
2008-07-29 Zheng Da <[EMAIL PROTECTED]>
* include/device/net_status.h (NET_FLAGS): Macro defined.
Usually we rather write "New macro". Anyway, you should read your mail
non-linearly, I've already commited
14 matches
Mail list logo