Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

free(): invalid pointer #253

Open
youhide opened this issue Apr 3, 2020 · 2 comments
Open

free(): invalid pointer #253

youhide opened this issue Apr 3, 2020 · 2 comments

Comments

@youhide
Copy link

youhide commented Apr 3, 2020

free(): invalid pointer
15:01:FATAL:Server Unstable: Aborted
15:01:DEBUG:__ thread (4144560960) __ | # | _____________ function _____________ | __ ticks passed from previous
function start __
15:01:DEBUG:>> 4144560960 | 0 | CChar::OnTick | +0
15:01:DEBUG:>> 4144560960 | 1 | CChar::NPC_OnTickAction | +0 <-- exception catch point
(below is guessed and could be incorrect!)
15:01:DEBUG:>> 4144560960 | 2 | CChar::NPC_Vendor_Restock | +2
15:01:DEBUG:>> 4144560960 | 3 | CGObList::Empty | +0
15:01:DEBUG:>> 4144560960 | 4 | CGObList::DeleteAll | +0
15:01:DEBUG:>> 4144560960 | 5 | CGFile::Close | +1
15:01:DEBUG:>> 4144560960 | 6 | CFileText::CloseBase | +0
15:01:CRITICAL:Exception, in CChar::NPC_OnTickAction() #2 "timer expired"
FATAL: exception not rethrown
15:01:FATAL:Server Unstable: Aborted
15:01:DEBUG:__ thread (4144560960) __ | # | _____________ function _____________ | __ ticks passed from previous
function start __
15:01:DEBUG:>> 4144560960 | 0 | CChar::OnTick | +0 <-- exception catch point
(below is guessed and could be incorrect!)
15:01:DEBUG:>> 4144560960 | 1 | ProfileData::Start | +84
FATAL: exception not rethrown
15:01:FATAL:Server Unstable: Aborted
15:01:DEBUG:__ thread (4144560960) __ | # | _____________ function _____________ | __ ticks passed from previous
function start __
15:01:DEBUG:>> 4144560960 | 0 | CChar::OnTick | +0
15:01:DEBUG:>> 4144560960 | 1 | CGFile::Close | +85
15:01:DEBUG:>> 4144560960 | 2 | CFileText::CloseBase | +0
FATAL: exception not rethrown
15:01:FATAL:Server Unstable: Aborted
15:01:DEBUG:__ thread (4144560960) __ | # | _____________ function _____________ | __ ticks passed from previous
function start __
15:01:DEBUG:>> 4144560960 | 0 | ProfileData::Start | +0
FATAL: exception not rethrown
15:01:FATAL:Server Unstable: Aborted
15:01:DEBUG:__ thread (4144560960) __ | # | _____________ function _____________ | __ ticks passed from previous
function start __
15:01:DEBUG:>> 4144560960 | 0 | CGFile::Close | +0
15:01:DEBUG:>> 4144560960 | 1 | CFileText::CloseBase | +0
FATAL: exception not rethrown
15:01:FATAL:Server Unstable: Aborted
15:01:DEBUG:__ thread (4144560960) __ | # | _____________ function _____________ | __ ticks passed from previous
function start __
15:01:DEBUG:>> 4144560960 | 0 | CGFile::Close | +0
15:01:DEBUG:>> 4144560960 | 1 | CFileText::CloseBase | +0
FATAL: exception not rethrown
15:01:FATAL:Server Unstable: Aborted
FATAL: exception not rethrown
15:01:FATAL:Server Unstable: Aborted

@coruja747
Copy link
Collaborator

It seems that these exceptions are being caused by NPC vendor restock, are you using some custom script or custom behavior (eg: SQL update, writefile, etc) related to vendor restock?

@youhide
Copy link
Author

youhide commented Apr 14, 2020

It seems that these exceptions are being caused by NPC vendor restock, are you using some custom script or custom behavior (eg: SQL update, writefile, etc) related to vendor restock?

nothing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants