Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > memory leak only when compiled in release mode

Reply
Thread Tools

memory leak only when compiled in release mode

 
 
BruceDM
Guest
Posts: n/a
 
      02-24-2006
We have an webservice application that has a memory leak when the application
is compiled release mode. However, when the application is compiled in debug
mode it does not exhibit a memory leak.

We are running .net 1.1 compiled with VS 2003.

The application does reference an unmanaged dll that provides security
functionality. This dll is instantiated once and referenced on every web
service call.

Any comments or suggestions appreciated.
--
BruceDM
 
Reply With Quote
 
 
 
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      02-24-2006
BruceDM wrote:
> We have an webservice application that has a memory leak when the
> application is compiled release mode. However, when the application
> is compiled in debug mode it does not exhibit a memory leak.
>
> We are running .net 1.1 compiled with VS 2003.
>
> The application does reference an unmanaged dll that provides security
> functionality. This dll is instantiated once and referenced on every
> web service call.
>

I've never seen anything like this.
There was no way for you to know it, but this is a classic asp newsgroup.
While you may be lucky enough to find a dotnet-knowledgeable person here who
can answer your question, you can eliminate the luck factor by posting your
question to a group where those dotnet-knowledgeable people hang out. I
suggest microsoft.public.dotnet.framework.aspnet.

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


 
Reply With Quote
 
 
 
 
BruceDM
Guest
Posts: n/a
 
      02-24-2006
Thanks, I will post it in suggested newsgroup.
--
BruceDM


"Bob Barrows [MVP]" wrote:

> BruceDM wrote:
> > We have an webservice application that has a memory leak when the
> > application is compiled release mode. However, when the application
> > is compiled in debug mode it does not exhibit a memory leak.
> >
> > We are running .net 1.1 compiled with VS 2003.
> >
> > The application does reference an unmanaged dll that provides security
> > functionality. This dll is instantiated once and referenced on every
> > web service call.
> >

> I've never seen anything like this.
> There was no way for you to know it, but this is a classic asp newsgroup.
> While you may be lucky enough to find a dotnet-knowledgeable person here who
> can answer your question, you can eliminate the luck factor by posting your
> question to a group where those dotnet-knowledgeable people hang out. I
> suggest microsoft.public.dotnet.framework.aspnet.
>
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
If I create a page, then it's compiled upon first request, where cani find the compiled code?? lander ASP .Net 5 03-05-2008 04:34 PM
Memory Leak only when compiled in Release mode. =?Utf-8?B?QnJ1Y2VETQ==?= ASP .Net 1 02-24-2006 08:16 PM
My boss so cheap!! Our ASP.NET only have 256MB only! How to release request used memory when Page Unload() event raise? ABC ASP .Net 7 01-13-2006 03:23 PM
g++ compiled C++ code called from gcc compiled C code Klaus Schneider C++ 1 12-02-2004 01:44 PM
Debug mode dll's vs release mode dll's? Dave ASP .Net 0 02-20-2004 03:49 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57