Y
yinglcs
Hi,
i get this segmentation fault in my c++ program:
My question is 'it shows inMethodStr is not null, how come this can
have *inMethodStr.Ptr segmentation fault?
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1229927536 (LWP 16203)]
0x0806a1ee in RTSPProtocol::GetMethod (inMethodStr=@0xb6b0b6b0)
at Protocol.cpp:58
58 switch(*inMethodStr.Ptr)
Thank you for any help.
i get this segmentation fault in my c++ program:
My question is 'it shows inMethodStr is not null, how come this can
have *inMethodStr.Ptr segmentation fault?
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1229927536 (LWP 16203)]
0x0806a1ee in RTSPProtocol::GetMethod (inMethodStr=@0xb6b0b6b0)
at Protocol.cpp:58
58 switch(*inMethodStr.Ptr)
Thank you for any help.