473,411 Members | 1,937 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,411 software developers and data experts.

BUG in non-blocking socket connect ?

Hi,

1. It seems to me that there is a bug when using non-blocking socket
connect operation, because the LocalEndPoint, RemoteEndPoint of the Socket
are nulls on the client side although that the client and the server are
already connected.

2. If it is a bug, is there any hotfix for this ?

Thanks.
Nov 17 '05 #1
9 1607
Yaron,

Can you show a piece of code which demonstrates the bug? It sounds to
me that the socket is maintaining the reference even though the variables
you use are not.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:E7**********************************@microsof t.com...
Hi,

1. It seems to me that there is a bug when using non-blocking socket
connect operation, because the LocalEndPoint, RemoteEndPoint of the Socket
are nulls on the client side although that the client and the server are
already connected.

2. If it is a bug, is there any hotfix for this ?

Thanks.

Nov 17 '05 #2
Nicholas,

here is a link that talk on this problem.

http://www.dotnet247.com/247referenc...39/196138.aspx

Thanks.

"Nicholas Paldino [.NET/C# MVP]" wrote:
Yaron,

Can you show a piece of code which demonstrates the bug? It sounds to
me that the socket is maintaining the reference even though the variables
you use are not.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:E7**********************************@microsof t.com...
Hi,

1. It seems to me that there is a bug when using non-blocking socket
connect operation, because the LocalEndPoint, RemoteEndPoint of the Socket
are nulls on the client side although that the client and the server are
already connected.

2. If it is a bug, is there any hotfix for this ?

Thanks.


Nov 17 '05 #3
Yaron,

I've read the thread, and it appears that MSFT is aware of the bug.
From what I know, there is no hotfix for this yet. It *might* have been
addressed in .NET 2.0, but you need to check the Product Feedback Center for
that.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:E5**********************************@microsof t.com...
Nicholas,

here is a link that talk on this problem.

http://www.dotnet247.com/247referenc...39/196138.aspx

Thanks.

"Nicholas Paldino [.NET/C# MVP]" wrote:
Yaron,

Can you show a piece of code which demonstrates the bug? It sounds
to
me that the socket is maintaining the reference even though the variables
you use are not.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:E7**********************************@microsof t.com...
> Hi,
>
> 1. It seems to me that there is a bug when using non-blocking socket
> connect operation, because the LocalEndPoint, RemoteEndPoint of the
> Socket
> are nulls on the client side although that the client and the server
> are
> already connected.
>
> 2. If it is a bug, is there any hotfix for this ?
>
> Thanks.
>
>


Nov 17 '05 #4
Nicholas,

can you give a url where can i find the Product Feedback Center.
i am using .NET 1.1 with visual studio.NET and using c#

Thanks.
"Nicholas Paldino [.NET/C# MVP]" wrote:
Yaron,

I've read the thread, and it appears that MSFT is aware of the bug.
From what I know, there is no hotfix for this yet. It *might* have been
addressed in .NET 2.0, but you need to check the Product Feedback Center for
that.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:E5**********************************@microsof t.com...
Nicholas,

here is a link that talk on this problem.

http://www.dotnet247.com/247referenc...39/196138.aspx

Thanks.

"Nicholas Paldino [.NET/C# MVP]" wrote:
Yaron,

Can you show a piece of code which demonstrates the bug? It sounds
to
me that the socket is maintaining the reference even though the variables
you use are not.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:E7**********************************@microsof t.com...
> Hi,
>
> 1. It seems to me that there is a bug when using non-blocking socket
> connect operation, because the LocalEndPoint, RemoteEndPoint of the
> Socket
> are nulls on the client side although that the client and the server
> are
> already connected.
>
> 2. If it is a bug, is there any hotfix for this ?
>
> Thanks.
>
>


Nov 17 '05 #5
Yaron,

The URL for the product feedback center is:

http://lab.msdn.microsoft.com/produc...k/default.aspx

I wouldn't expect a fix for .NET 1.1 though, as they are trying to
address fixes in .NET 2.0.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:43**********************************@microsof t.com...
Nicholas,

can you give a url where can i find the Product Feedback Center.
i am using .NET 1.1 with visual studio.NET and using c#

Thanks.
"Nicholas Paldino [.NET/C# MVP]" wrote:
Yaron,

I've read the thread, and it appears that MSFT is aware of the bug.
From what I know, there is no hotfix for this yet. It *might* have been
addressed in .NET 2.0, but you need to check the Product Feedback Center
for
that.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:E5**********************************@microsof t.com...
> Nicholas,
>
> here is a link that talk on this problem.
>
> http://www.dotnet247.com/247referenc...39/196138.aspx
>
> Thanks.
>
>
>
> "Nicholas Paldino [.NET/C# MVP]" wrote:
>
>> Yaron,
>>
>> Can you show a piece of code which demonstrates the bug? It
>> sounds
>> to
>> me that the socket is maintaining the reference even though the
>> variables
>> you use are not.
>>
>>
>> --
>> - Nicholas Paldino [.NET/C# MVP]
>> - mv*@spam.guard.caspershouse.com
>>
>> "yaron" <ya***@discussions.microsoft.com> wrote in message
>> news:E7**********************************@microsof t.com...
>> > Hi,
>> >
>> > 1. It seems to me that there is a bug when using non-blocking
>> > socket
>> > connect operation, because the LocalEndPoint, RemoteEndPoint of the
>> > Socket
>> > are nulls on the client side although that the client and the server
>> > are
>> > already connected.
>> >
>> > 2. If it is a bug, is there any hotfix for this ?
>> >
>> > Thanks.
>> >
>> >
>>
>>
>>


Nov 17 '05 #6
Nicholas,

I think this site is for .NET 2.0, is there a site like this for .NET 1.1 ?

"Nicholas Paldino [.NET/C# MVP]" wrote:
Yaron,

The URL for the product feedback center is:

http://lab.msdn.microsoft.com/produc...k/default.aspx

I wouldn't expect a fix for .NET 1.1 though, as they are trying to
address fixes in .NET 2.0.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:43**********************************@microsof t.com...
Nicholas,

can you give a url where can i find the Product Feedback Center.
i am using .NET 1.1 with visual studio.NET and using c#

Thanks.
"Nicholas Paldino [.NET/C# MVP]" wrote:
Yaron,

I've read the thread, and it appears that MSFT is aware of the bug.
From what I know, there is no hotfix for this yet. It *might* have been
addressed in .NET 2.0, but you need to check the Product Feedback Center
for
that.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:E5**********************************@microsof t.com...
> Nicholas,
>
> here is a link that talk on this problem.
>
> http://www.dotnet247.com/247referenc...39/196138.aspx
>
> Thanks.
>
>
>
> "Nicholas Paldino [.NET/C# MVP]" wrote:
>
>> Yaron,
>>
>> Can you show a piece of code which demonstrates the bug? It
>> sounds
>> to
>> me that the socket is maintaining the reference even though the
>> variables
>> you use are not.
>>
>>
>> --
>> - Nicholas Paldino [.NET/C# MVP]
>> - mv*@spam.guard.caspershouse.com
>>
>> "yaron" <ya***@discussions.microsoft.com> wrote in message
>> news:E7**********************************@microsof t.com...
>> > Hi,
>> >
>> > 1. It seems to me that there is a bug when using non-blocking
>> > socket
>> > connect operation, because the LocalEndPoint, RemoteEndPoint of the
>> > Socket
>> > are nulls on the client side although that the client and the server
>> > are
>> > already connected.
>> >
>> > 2. If it is a bug, is there any hotfix for this ?
>> >
>> > Thanks.
>> >
>> >
>>
>>
>>


Nov 17 '05 #7
Nicholas,

I think this site is for .NET 2.0, is there a site like this for .NET 1.1 ?

"Nicholas Paldino [.NET/C# MVP]" wrote:
Yaron,

The URL for the product feedback center is:

http://lab.msdn.microsoft.com/produc...k/default.aspx

I wouldn't expect a fix for .NET 1.1 though, as they are trying to
address fixes in .NET 2.0.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:43**********************************@microsof t.com...
Nicholas,

can you give a url where can i find the Product Feedback Center.
i am using .NET 1.1 with visual studio.NET and using c#

Thanks.
"Nicholas Paldino [.NET/C# MVP]" wrote:
Yaron,

I've read the thread, and it appears that MSFT is aware of the bug.
From what I know, there is no hotfix for this yet. It *might* have been
addressed in .NET 2.0, but you need to check the Product Feedback Center
for
that.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:E5**********************************@microsof t.com...
> Nicholas,
>
> here is a link that talk on this problem.
>
> http://www.dotnet247.com/247referenc...39/196138.aspx
>
> Thanks.
>
>
>
> "Nicholas Paldino [.NET/C# MVP]" wrote:
>
>> Yaron,
>>
>> Can you show a piece of code which demonstrates the bug? It
>> sounds
>> to
>> me that the socket is maintaining the reference even though the
>> variables
>> you use are not.
>>
>>
>> --
>> - Nicholas Paldino [.NET/C# MVP]
>> - mv*@spam.guard.caspershouse.com
>>
>> "yaron" <ya***@discussions.microsoft.com> wrote in message
>> news:E7**********************************@microsof t.com...
>> > Hi,
>> >
>> > 1. It seems to me that there is a bug when using non-blocking
>> > socket
>> > connect operation, because the LocalEndPoint, RemoteEndPoint of the
>> > Socket
>> > are nulls on the client side although that the client and the server
>> > are
>> > already connected.
>> >
>> > 2. If it is a bug, is there any hotfix for this ?
>> >
>> > Thanks.
>> >
>> >
>>
>>
>>


Nov 17 '05 #8
yaron,

You can try to file an issue to product feedback, but as Nicholas said this
wont help you. I suggest you to contact a support center, they can tell you
wheter a fix is available, if no such fix exists you can ask for a bypass.

http://support.microsoft.com/common/...h=1&gprid=3039

Willy.

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:E4**********************************@microsof t.com...
Nicholas,

I think this site is for .NET 2.0, is there a site like this for .NET 1.1
?

"Nicholas Paldino [.NET/C# MVP]" wrote:
Yaron,

The URL for the product feedback center is:

http://lab.msdn.microsoft.com/produc...k/default.aspx

I wouldn't expect a fix for .NET 1.1 though, as they are trying to
address fixes in .NET 2.0.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:43**********************************@microsof t.com...
> Nicholas,
>
> can you give a url where can i find the Product Feedback Center.
> i am using .NET 1.1 with visual studio.NET and using c#
>
> Thanks.
>
>
> "Nicholas Paldino [.NET/C# MVP]" wrote:
>
>> Yaron,
>>
>> I've read the thread, and it appears that MSFT is aware of the
>> bug.
>> From what I know, there is no hotfix for this yet. It *might* have
>> been
>> addressed in .NET 2.0, but you need to check the Product Feedback
>> Center
>> for
>> that.
>>
>>
>> --
>> - Nicholas Paldino [.NET/C# MVP]
>> - mv*@spam.guard.caspershouse.com
>>
>> "yaron" <ya***@discussions.microsoft.com> wrote in message
>> news:E5**********************************@microsof t.com...
>> > Nicholas,
>> >
>> > here is a link that talk on this problem.
>> >
>> > http://www.dotnet247.com/247referenc...39/196138.aspx
>> >
>> > Thanks.
>> >
>> >
>> >
>> > "Nicholas Paldino [.NET/C# MVP]" wrote:
>> >
>> >> Yaron,
>> >>
>> >> Can you show a piece of code which demonstrates the bug? It
>> >> sounds
>> >> to
>> >> me that the socket is maintaining the reference even though the
>> >> variables
>> >> you use are not.
>> >>
>> >>
>> >> --
>> >> - Nicholas Paldino [.NET/C# MVP]
>> >> - mv*@spam.guard.caspershouse.com
>> >>
>> >> "yaron" <ya***@discussions.microsoft.com> wrote in message
>> >> news:E7**********************************@microsof t.com...
>> >> > Hi,
>> >> >
>> >> > 1. It seems to me that there is a bug when using non-blocking
>> >> > socket
>> >> > connect operation, because the LocalEndPoint, RemoteEndPoint of
>> >> > the
>> >> > Socket
>> >> > are nulls on the client side although that the client and the
>> >> > server
>> >> > are
>> >> > already connected.
>> >> >
>> >> > 2. If it is a bug, is there any hotfix for this ?
>> >> >
>> >> > Thanks.
>> >> >
>> >> >
>> >>
>> >>
>> >>
>>
>>
>>


Nov 17 '05 #9
yaron,

You can try to file an issue to product feedback, but as Nicholas said this
wont help you. I suggest you to contact a support center, they can tell you
wheter a fix is available, if no such fix exists you can ask for a bypass.

http://support.microsoft.com/common/...h=1&gprid=3039

Willy.

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:E4**********************************@microsof t.com...
Nicholas,

I think this site is for .NET 2.0, is there a site like this for .NET 1.1
?

"Nicholas Paldino [.NET/C# MVP]" wrote:
Yaron,

The URL for the product feedback center is:

http://lab.msdn.microsoft.com/produc...k/default.aspx

I wouldn't expect a fix for .NET 1.1 though, as they are trying to
address fixes in .NET 2.0.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"yaron" <ya***@discussions.microsoft.com> wrote in message
news:43**********************************@microsof t.com...
> Nicholas,
>
> can you give a url where can i find the Product Feedback Center.
> i am using .NET 1.1 with visual studio.NET and using c#
>
> Thanks.
>
>
> "Nicholas Paldino [.NET/C# MVP]" wrote:
>
>> Yaron,
>>
>> I've read the thread, and it appears that MSFT is aware of the
>> bug.
>> From what I know, there is no hotfix for this yet. It *might* have
>> been
>> addressed in .NET 2.0, but you need to check the Product Feedback
>> Center
>> for
>> that.
>>
>>
>> --
>> - Nicholas Paldino [.NET/C# MVP]
>> - mv*@spam.guard.caspershouse.com
>>
>> "yaron" <ya***@discussions.microsoft.com> wrote in message
>> news:E5**********************************@microsof t.com...
>> > Nicholas,
>> >
>> > here is a link that talk on this problem.
>> >
>> > http://www.dotnet247.com/247referenc...39/196138.aspx
>> >
>> > Thanks.
>> >
>> >
>> >
>> > "Nicholas Paldino [.NET/C# MVP]" wrote:
>> >
>> >> Yaron,
>> >>
>> >> Can you show a piece of code which demonstrates the bug? It
>> >> sounds
>> >> to
>> >> me that the socket is maintaining the reference even though the
>> >> variables
>> >> you use are not.
>> >>
>> >>
>> >> --
>> >> - Nicholas Paldino [.NET/C# MVP]
>> >> - mv*@spam.guard.caspershouse.com
>> >>
>> >> "yaron" <ya***@discussions.microsoft.com> wrote in message
>> >> news:E7**********************************@microsof t.com...
>> >> > Hi,
>> >> >
>> >> > 1. It seems to me that there is a bug when using non-blocking
>> >> > socket
>> >> > connect operation, because the LocalEndPoint, RemoteEndPoint of
>> >> > the
>> >> > Socket
>> >> > are nulls on the client side although that the client and the
>> >> > server
>> >> > are
>> >> > already connected.
>> >> >
>> >> > 2. If it is a bug, is there any hotfix for this ?
>> >> >
>> >> > Thanks.
>> >> >
>> >> >
>> >>
>> >>
>> >>
>>
>>
>>


Nov 17 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: klaus triendl | last post by:
hi, recently i discovered a memory leak in our code; after some investigation i could reduce it to the following problem: return objects of functions are handled as temporary objects, hence...
25
by: Yves Glodt | last post by:
Hello, if I do this: for row in sqlsth: ________pkcolumns.append(row.strip()) ________etc without a prior:
32
by: Adrian Herscu | last post by:
Hi all, In which circumstances it is appropriate to declare methods as non-virtual? Thanx, Adrian.
8
by: Bern McCarty | last post by:
Is it at all possible to leverage mixed-mode assemblies from AppDomains other than the default AppDomain? Is there any means at all of doing this? Mixed-mode is incredibly convenient, but if I...
399
by: =?UTF-8?B?Ik1hcnRpbiB2LiBMw7Z3aXMi?= | last post by:
PEP 1 specifies that PEP authors need to collect feedback from the community. As the author of PEP 3131, I'd like to encourage comments to the PEP included below, either here (comp.lang.python), or...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.