7 messages in com.mysql.lists.win32Re: mysql and Dr. Watson for Win NT
FromSent OnAttachments
Jon Cline06 Apr 2000 11:14 
Michael Ellis06 Apr 2000 11:41 
sin...@mysql.com07 Apr 2000 04:22 
Peter Strand27 Apr 2000 14:48 
sin...@mysql.com28 Apr 2000 04:54 
Peter Strand02 May 2000 04:16 
Michael Ellis02 May 2000 08:47 
Subject:Re: mysql and Dr. Watson for Win NT
From:Michael Ellis (mel@frogwing.com)
Date:04/06/2000 11:41:40 AM
List:com.mysql.lists.win32

Jon,

FWIW, 0x0045d7e3 is the same fault location I reported in a post on 3/20. My problem went away spontaneously (!!??) after I made some changes to my queries for reasons unrelated to the crash. I wish I had time to figure out what made the difference. I live in (mild) dread of the day when I make more changes and the problem suddenly reappears.

I received email from Monty asking for a reproducible version of the problem. Unfortunately I haven't had time to put one together for him. If your problem is packageable, I'm sure he'd want to take a look at it.

Cheers, Mike

----- Original Message ----- From: Jon Cline <jo@clinecorp.com> To: <win@lists.mysql.com> Sent: Thursday, April 06, 2000 2:14 PM Subject: mysql and Dr. Watson for Win NT

I have had problems lately with MySQL on Windows NT, Service Pack 5 giving the following error:

*** Dr. Watson for Windows NT

An application error has occurred and an application error log is being generated.

MySQLd-nt.exe Exception: access violation (0xc0000005),Address: 0x0045d7e3 *** I have included a copy of my current my.cnf file since I have installed mysql on my D: drive. Please give any feedback that may be causing this. Currently it is happeing every 7 minutes or so.

***

# Example mysql config file. # Copy this file to c:\my.cnf to set global options # # One can use all long options that the program supports. # Run the program with --help to get a list of available options

# This will be passed to all mysql clients [client] #password=my_password port=3306 #socket=MySQL

# Here is entries for some specific programs # The following values assume you have at least 32M ram

# The MySQL server [mysqld] port=3306 #socket=MySQL skip-locking set-variable = record_buffer=1M set-variable = sort_buffer=4M set-variable = table_cache=256 set-variable = key_buffer=64M set-variable = max_allowed_packet=48M set-variable = thread_stack=128K set-variable = flush_time=1800

# Uncomment the following row if you move the MySQL distribution to another # location basedir = d:/mysql/

[mysqldump]

[mysql]

[isamchk]

[client_fltk]

***

jon cline jo@enthusiastonline.com