Search found 9 matches

by svenr
Thu Nov 05, 2009 10:09 am
Forum: SMILE
Topic: System.AccessViolationException with SMILE.net
Replies: 11
Views: 23989

Re: Back again...

shooltz wrote:Bug confirmed & fixed.
...
The fix will be included in the upcoming release.
I have run the smilenet.dll released on November 4 through my test suite and all algorithms passed without throwing the exception.

Thanks again! 8)
by svenr
Wed Oct 14, 2009 8:30 am
Forum: SMILE
Topic: System.AccessViolationException with SMILE.net
Replies: 11
Views: 23989

Re: Back again...

shooltz wrote:Bug confirmed & fixed.
Thanks very much, that's good news!
I'm looking forward to the new release. :D
by svenr
Tue Oct 13, 2009 3:20 pm
Forum: SMILE
Topic: Feature-Request: Integration of soft-evidence
Replies: 3
Views: 9070

Is there a chance to have new SMILE.net and jSmile versions supporting this feature? *asks nicely*
by svenr
Tue Oct 13, 2009 3:09 pm
Forum: SMILE
Topic: System.AccessViolationException with SMILE.net
Replies: 11
Views: 23989

Back again...

Hi! It's me again - with bad (or, let's say, ambivalent) news...

The problem didn't surface again for quite some time now, mostly because of excessive synchronisation which effectively meant that the whole application ran single-threadedly...

In the meantime, thanks to your suggestion, I tried to ...
by svenr
Wed Aug 26, 2009 6:59 am
Forum: SMILE
Topic: System.AccessViolationException with SMILE.net
Replies: 11
Views: 23989

I got the debug build and will deploy it to the server ASAP.
Will report back with any new insights...
by svenr
Tue Aug 25, 2009 3:48 pm
Forum: SMILE
Topic: System.AccessViolationException with SMILE.net
Replies: 11
Views: 23989

Stupid me, why am I posting so bold things... ;-)

Here is the relevant part of two stacktraces that may be of help:

ERROR 0 - AccessViolationException - Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
StackTrace: at DSL_network.__ctor(DSL ...
by svenr
Tue Aug 25, 2009 1:51 pm
Forum: SMILE
Topic: System.AccessViolationException with SMILE.net
Replies: 11
Views: 23989

Thanks for the hints with AddMemoryPressure and Network.Dispose(). :D
I was unable to reproduce the exception with the code that uses Dispose() so it appears that your suggestions did the trick (although the bug was not reliably reproducible even before - will report back if it re-surfaces).

For ...
by svenr
Mon Aug 24, 2009 12:01 pm
Forum: SMILE
Topic: System.AccessViolationException with SMILE.net
Replies: 11
Views: 23989

Re: System.AccessViolationException with SMILE.net

Hard to tell without looking at the specifics of your application. Thanks for answering! Let's see whether I can get specific enough without having to post the entire application ;-)
Can you estimate how much memory is used by CPTs in your network?
The memory difference between an "empty" Network ...
by svenr
Mon Aug 24, 2009 8:41 am
Forum: SMILE
Topic: System.AccessViolationException with SMILE.net
Replies: 11
Views: 23989

System.AccessViolationException with SMILE.net

Hello Forum!

I am using the Smile.net wrapper to access SMILE from an ASP.net web application.
In order to avoid the expensive loading of a Network from disk using the ReadFile-method for every request, I am keeping a "master copy" in memory and then use the .Clone()-method to give out "fresh ...