andromedarabbit / earlgrey

High performance online gaming server engine.
2 stars 1 forks source link

Earlgrey.Test 크래시 #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Earlgrey.Test 실행
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.
덤프파일을 첨부했습니다.
DnsTest.GetHostAddressesWithYahoo 하다가 크래시가 발생하는데요
IPAddress2::IPAddress2(const SOCKADDR_STORAGE& address)
        : m_AddressStorage(address)
===>    {

    }

화살표에 나온 것 처럼 IPAddress2 생성자에서 죽습니다.

Original issue reported on code.google.com by gwkan...@gmail.com on 1 Apr 2010 at 9:33

Attachments:

GoogleCodeExporter commented 9 years ago
이제 보니까 어떨 땐 죽고 어떨 땐 안 죽는군요. 기본적으로 
IPAddress2 생성자가 받는 매개
변수 address가 NULL 일 때가 있는 모양입니다. 야후쪽 
도메인을 DNS 조회하는데 가끔 조회 
실패가 나는 것 같습니다. 좀더 자세히 살펴보겠습니다.

Original comment by kaistizen on 8 Apr 2010 at 3:54

GoogleCodeExporter commented 9 years ago
재현 안 됨

Original comment by plaint...@andromedarabbit.net on 11 Oct 2011 at 11:49