Jump to content
  • 0

Map crashed, coredump


Question

Posted

Here is the output:

Program terminated with signal 11, Segmentation fault.
#0  0x0809d396 in clif_parse_TradeRequest (fd=0, sd=0x0) at clif.c:11173
11173           if( battle_config.basic_skill_check && pc_checkskill(sd,NV_BASIC) < 1)

 

2 answers to this question

Recommended Posts

Posted

line specified don't match here so I'm suppose it's modified rA at best.

I'd say sd=0x0 and pc_checkskill(sd,NV_BASIC) do the crashdump but can't really be sure here. (or was it that battle_config point to nothing too ??)

rA have a nullpo check about the sd=NULL so it shouldn't crash but it seem he bypass it or you don't habe it.

 

if( battle_config.basic_skill_check && sd && pc_checkskill(sd,NV_BASIC) < 1)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...