Search found 19 matches

by pcoenen
Mon Mar 12, 2018 5:33 pm
Forum: madExcept
Topic: Access violation at address 00000000
Replies: 8
Views: 11733

Re: Access violation at address 00000000

Added Raise Exception.Create('some test'); at different positions and different threads. Each time an mbr file is created. In any case, madExcept is supposed to catch these things, unless there's a try..except block somewhere catching the exception before madExcept "sees" it. I don't think...
by pcoenen
Thu Mar 08, 2018 9:22 am
Forum: madExcept
Topic: Access violation at address 00000000
Replies: 8
Views: 11733

Re: Access violation at address 00000000

No, I don't get on my development system. I've 2 customers with this issue. The service runs 24/7. I've found the following link: https://stackoverflow.com/questions/2237028/how-to-track-down-access-violation-at-address-00000000 If you get 'Access violation at address 00000000.', you are calling a f...
by pcoenen
Wed Mar 07, 2018 6:42 pm
Forum: madExcept
Topic: Access violation at address 00000000
Replies: 8
Views: 11733

Re: Access violation at address 00000000

ok, sorry not much info from me .. need to learn this >Are you using any custom code, e.g. have you registered any exception handlers? I didn't, maybe other third party code I'm using? How do I check this, I have full source code. >Or just stock madExcept with maybe some customized settings? Some cu...
by pcoenen
Wed Mar 07, 2018 4:52 pm
Forum: madExcept
Topic: Access violation at address 00000000
Replies: 8
Views: 11733

Access violation at address 00000000

Hi, >Access violation at address 00000000. Read of address 00000000. I'm having an issue with a 64bit Service I've created. I've bought a license because I thought this could be discovered using madExcept. It happened again but no mbr file was created. Setup of mbr is ok because when I force an exce...