Hi,

I've downloaded and compiled 4.1.0 RC1 on windows NT.  Results aren't great.

Release_TSDbg fails to build, complains on undefined Entry in the linking
phase.
All other builds do compile but crash on startup with an access violation.

I can't even run phpinfo() without it crashing.

I made a debug build and stepped through to where it crashes.
A call is made to zend_startup_module() for the _VARIANT_module_entry,
this then results in php_info_print_table_start() being called which finally
results in
session_adapt_uris() being called which cause the access violation.

Below is the call stack if it's any use.

session_adapt_uris(const char * 0x0012ea28, unsigned int 96, char * *
0x0012e8f8, unsigned int * 0x0012e8f4, void * * * 0x00ed1e10) line 1287 + 17
bytes
php_ub_body_write_no_header(const char * 0x0012ea28, unsigned int 96, void *
* * 0x00ed1e10) line 432 + 25 bytes
php_ub_body_write(const char * 0x0012ea28, unsigned int 96, void * * *
0x00ed1e10) line 470 + 17 bytes
php_body_write(const char * 0x0012ea28, unsigned int 96, void * * *
0x00ed1e10) line 100 + 31 bytes
php_printf(const char * 0x10242eb0 `string') line 350 + 26 bytes
php_info_print_table_start() line 341 + 10 bytes
zm_info_VARIANT(_zend_module_entry * 0x00000001, void * * * 0x00000005) line
56
zend_startup_module(_zend_module_entry * 0x10266788 _VARIANT_module_entry)
line 1004 + 21 bytes
php_startup_extensions(_zend_module_entry * * 0x1025b434, int 12) line 780 +
11 bytes
php_startup_internal_extensions() line 94 + 12 bytes
php_module_startup(_sapi_module_struct * 0x00416410 cgi_sapi_module) line
935 + 5 bytes
main(int 1, char * * 0x00ed1e50) line 445 + 11 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! 77f1ba06()


I have had no other trouble compiling previous RCs

More information can be provided if needed.


Cheers

Pete Dishman



"Stig S. Bakken" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> 4.1.0RC1 is out, download it from
> http://www.php.net/~ssb/php-4.1.0RC1.tar.gz
>
>  - Stig



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to