Bug #4145 Connection error -mysqld.exe faild
Submitted: 15 Jun 2004 15:59 Modified: 6 Aug 2004 13:02
Reporter: amir fnoas Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:4.02 OS:Windows (win 98)
Assigned to: Heikki Tuuri CPU Architecture:Any

[15 Jun 2004 15:59] amir fnoas
Description:
Hello i'm trying to run the mysql server and a strange thing going on, when i'm writting on the command port : mysqld --console this mesg appear: 
 

innoDB: error: trying to access a stray pointer 82E17FF8
innoDB: but pool start is at 02624000, number of pages 512
040615 15:32:51inncoDB: assertion failure in thread 4294307221 in file ..//inncobase/include\buf0buf.ic line 282 

innodb: we intentionally generate a memory trap
        submit a detalid bug report to ....  ( i did) 
..........
....

c:\mysql\bin\mysqld.exe : got signal 11. aborting !

i'll appriciate the help , thankx

How to repeat:
??? don't know ???
[6 Aug 2004 13:02] MySQL Verification Team
This is a known issue with InnoDB earliest versions and Win98. Below the
note in th InnoDB engine start code:

/* Create less event semaphores because Win 98/ME had difficulty creating
40000 event semaphores.
Comment from Novell, Inc.: also, these just take a lot of memory on
NetWare. */
        srv_max_n_threads = 1000;

Please try to use the most recent 4.0.XX release which you can get from
our download web page.

Thank you for the bug report.