Windows10 Socket Memory Leak

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
brotee
Posts: 31
Joined: Sat Mar 12, 2016 9:15 am

Windows10 Socket Memory Leak

Post by brotee » Wed Jul 05, 2017 12:51 pm

All the time i open a socket and close it on windows 10, the application cpu usage goes up by 0.5-1 percent and memory usage goes up too.. so after 40-50 socket open and close the program become totally unusable, i can't even quit without task manager.

it's working well on windows 7

if i check opensockets() there is 1 line, if it's open, and empty if it's closed

any solution for this? ty for your helping

LC 8.1-2 - 8.1.5

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9802
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Windows10 Socket Memory Leak

Post by FourthWorld » Wed Jul 05, 2017 2:56 pm

If you have a reliable recipe for reproducing the issue you may want to submit that script with a bug report:
http://quality.livecode.com/
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

brotee
Posts: 31
Joined: Sat Mar 12, 2016 9:15 am

Re: Windows10 Socket Memory Leak

Post by brotee » Wed Jul 05, 2017 4:47 pm

ok, i'll.

btw, i have tried, it's working well with LC 9 DP7, but i afraid to use it

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9802
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Windows10 Socket Memory Leak

Post by FourthWorld » Wed Jul 05, 2017 4:54 pm

brotee wrote:btw, i have tried, it's working well with LC 9 DP7, but i afraid to use it
Why?

If it's working in v9 that suggests the problem has already been identified and fix in most recent version in development. No need to submit a report.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

brotee
Posts: 31
Joined: Sat Mar 12, 2016 9:15 am

Re: Windows10 Socket Memory Leak

Post by brotee » Wed Jul 05, 2017 5:01 pm

cause i had many problems before with DP versions, thats why..

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9802
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Windows10 Socket Memory Leak

Post by FourthWorld » Wed Jul 05, 2017 7:20 pm

brotee wrote:cause i had many problems before with DP versions, thats why..
What are the URLs to the bug reports you've submitted for the issues you found in v9? I'd be happy to help steward those through the process if I can.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply

Return to “Windows”