3 messages in com.mysql.lists.win32Re: Application popup: mysqld-nt.exe ...
FromSent OnAttachments
miguel solorzano08 Aug 2002 00:37 
Edson Pabiloña08 Aug 2002 15:19 
Edson Pabiloña08 Aug 2002 16:10 
Subject:Re: Application popup: mysqld-nt.exe - Application Error : The memory could not be "read".
From:Edson Pabiloña (edso@quantumx.com)
Date:08/08/2002 04:10:45 PM
List:com.mysql.lists.win32

I'm using 3.23.32

here is the query:

select *,CONCAT(lname,', ',fname,' ',mname)as name from personal where 1=1 and positionid1=4 order by apply_date asc limit 0,100

but after a couple of restarts, the mysql db accepted the query and produced the results. weird. FYI, I ran that query from php.

thanks,

----- Original Message ----- From: "miguel solorzano" <mig@mysql.com> To: "Edson Pabiloña" <edso@quantumx.com>; <win@lists.mysql.com> Sent: Thursday, August 08, 2002 12:38 AM Subject: Re: Application popup: mysqld-nt.exe - Application Error : The memory could not be "read".

At 15:19 8/8/2002 -0700, Edson Pabiloña wrote: Hi,

Have you encoutered this error on win2k? This seems to happen when my sql script has the LIMIT 0,n keywords

Application popup: mysqld-nt.exe - Application Error : The instruction at "0x0045a0fe" referenced memory at "0x00000000". The memory could not be "read".

The above is a bug which crashes the server. What server version are you using and what is the query that crashes the server ?

Regards,