Problem with alaska 1.90.355, and stops

This forum is for general questions about how to use this board.
Message
Author
User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Problem with alaska 1.90.355, and stops

#1 Post by digitsoft »

hello Roger
Problem with alaska 1.90.355, and that at some point my software stops and after a few minutes returns to normal, this happens very often and I do not see what the problem is.
If you can give me an idea, I'll thank you.
Nolberto Paulino
Regards

bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Re: Problem with alaska 1.90.355, and stops

#2 Post by bwolfsohn »

What happens with the cpu utilization ?
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: Problem with alaska 1.90.355, and stops

#3 Post by digitsoft »

Window 10 64 bit with 8g Ram and disk 500g
Window 10 32 bit with 4g Ram and disk 240g
And Windows 7 32 bit san 4g Ram and disk 250g

bwolfsohn wrote:What happens with the cpu utilization ?
Nolberto Paulino
Regards

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: Problem with alaska 1.90.355, and stops

#4 Post by digitsoft »

Window 10 64 bit with 8g Ram and disk 500g and cpu i7
Window 10 32 bit with 4g Ram and disk 500g and cpu i5
And Windows 7 32 bit san 4g Ram and disk 250g and cpu i3
Nolberto Paulino
Regards

bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Re: Problem with alaska 1.90.355, and stops

#5 Post by bwolfsohn »

I mean: what does the CPU % utilization look like when the program hangs ?? does it go to 100% ? does it spike at all ?
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

User avatar
Tom
Posts: 1165
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Problem with alaska 1.90.355, and stops

#6 Post by Tom »

Can you kill the app with ALT-C? What does the XPPFATAL.LOG say then? Did you try to run stuff like ProcMon (www.sysinternals.com) to see what happens when the app seems to hang? This is not a problem of Xbase++ or Windows in general, but something you do inside your program.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Problem with alaska 1.90.355, and stops

#7 Post by rdonnay »

Tom is right. Probably your CPU is hitting 100%.

This can be caused mostly by DO WHILE or FOR NEXT loops that are doing processing in another thread.
If you have this situation in your program, you should always put a Sleep(.1) in the loop.

Other than that, I don't have any ideas.
Maybe it's a network that isn't responding.
The eXpress train is coming - and it has more cars.

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: Problem with alaska 1.90.355, and stops

#8 Post by digitsoft »

Thanks to everyone for your answers
The issue is that the cpu does not reach or ay 10% and the memory reaches 50% of its use, but that same thing happened to me using DBF, with ALT + C it does not kill is as if the PC does not work now it is more noticeable because I am using SQLExpress with Postgress
Nolberto Paulino
Regards

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: Problem with alaska 1.90.355, and stops

#9 Post by digitsoft »

and this does not happen it is always possible that you enter 5 products for sale and in 6 you make the problem.
Nolberto Paulino
Regards

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: Problem with alaska 1.90.355, and stops

#10 Post by digitsoft »

the size of my exe is 42MB
Nolberto Paulino
Regards

Post Reply