php4-beta | 199912
Date: 12/23/99
- Next message: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- Previous message: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- In reply to: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- Next in thread: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- Reply: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 23 Dec 1999, Thies C. Arntzen wrote:
> remember - global variables are usually zeroed when the program loads:
>
> #include <stdio.h>
> int not_reported;
> main()
> {
> int reported;
> printf("%d\n",not_reported);
> printf("%d\n",reported);
> }
>
> purify will not report not_reported 'cause the crt *will* initialize it to
> zero!
I think it's a purify bug then.
> agreed again. but what would be your strategy to find those problems? we
> could initialize all memory in DEBUG-node with 0xff to make debugging
> easier and to increase chances that we'll see some instability when those
> things happen. (to then pinpoint the bugs).
We could do that...
Zeev
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- Previous message: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- In reply to: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- Next in thread: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- Reply: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

