View Single Post
  #21  
Old 10-11-2013, 11:20 PM
xellosdark
Fire Beetle
 
Join Date: Feb 2011
Location: hong kong
Posts: 5
Default

Problem is found in shared_memory module, "Segmentation fault", in session of load
- Skill Cap
- Spells

I tried to debug the case and found that problem should occur in handling string

1) LoadSkillCaps
- no problem is found when I do not use the subroutine MakeAnyLenString
2) LoadSpells
- this trick does not work, segmentation fault still return when RunQuery handling the input SQL

When compiling the software, warning is found

/media/SDCARD/home/eqemu/source/Server/common/debug.h:107:7: note: the mangling of ‘va_list’ has changed in GCC 4.4

Will it cause any problem? (search from web, it seems that is a warning only)
Reply With Quote