buglwIP - A Lightweight TCP/IP stack - Bugs: bug #65875, ClicksAndWhistles doesn't connect...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #65875: ClicksAndWhistles doesn't connect to any IRC Server

Submitter:  Bryan Kirk <zero3k>
Submitted:  Wed 12 Jun 2024 11:42:54 AM UTC
   
 
Category:  TCP Severity:  3 - Normal
Item Group:  Faulty Behaviour Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Planned Release:  None
lwIP version:  2.2.0

Sat 03 Aug 2024 12:51:11 PM UTC, comment #3: 

Or is this issue too hard to work on since it involves Windows?

Bryan Kirk <zero3k>
Thu 04 Jul 2024 02:08:50 PM UTC, comment #2: 

Can someone please make a Windows program that does what simonelombardo mentioned?

Bryan Kirk <zero3k>
Tue 25 Jun 2024 12:24:35 PM UTC, comment #1: 

This is from a channel in ReactOS' Mattermost Server:

<simonelombardo> @julenuri Took a quick glance - that ClickAndWhistles process seems to use interthread communication via socket - it calls socket functions on 0.0.0.0 (so all local machine interfaces) on a random port and then it tries to connect via the loopback interface (127.0.0.1) on that port before doing anything. The connection fails in ReactOS. So or 0.0.0.0 does not bound in loopback interface or interthread communication fails because the thread with the server socket is not awaken..?
<simonelombardo> I guess a quick test case or checking in windows could help.

By the way, I attached a log to this ticket a couple of days ago.

Bryan Kirk <zero3k>
Wed 12 Jun 2024 11:42:54 AM UTC, original submission:  

When using v2.2.0 in ReactOS by applying the PR for upgrading to that version (which is available at https://github.com/reactos/reactos/pull/6788), ClicksAndWhistles gets stuck on connecting to the server that I have chosen to connect to. More info about the issue can be found in https://jira.reactos.org/browse/CORE-11559.

Bryan Kirk <zero3k>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #56170:  LWIP_220_Debug_ClicksAndWhistles_ReactOS.log added by zero3k (278KiB - application/octet-stream - Debug log from ReactOS containing full LWIP debug output)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by zero3k (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-06-18 zero3k Attached File- Added LWIP_220_Debug_ClicksAndWhistles_ReactOS.log, #56170

    Back to the top

    Powered by Savane 3.14-0ec7.
    Corresponding source code