Jump to content
  • 0

Map crashed, coredump


Mikado

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   2
  • Joined:  11/08/12
  • Last Seen:  

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)

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   1
  • Joined:  08/05/12
  • Last Seen:  

bump

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

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)

Link to comment
Share on other sites

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.

×
×
  • Create New...