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

Have a crash issue, it's fixed. #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

RbBtSn0w
Copy link
Contributor

Sometime they call cg_xml_node_getchildnode, and then get novelist will be null.
screen shot 2014-05-10 at 1 38 22 pm

That's no be perfect safe way, when i was fixed it, same crash issues on this line.

@RbBtSn0w RbBtSn0w changed the title Merge pull request #1 from cybergarage/master Have a crash issue, it's fixed. May 10, 2014
@dengzhw
Copy link

dengzhw commented Sep 26, 2014

multithread call the attribute of device render
childNode = cg_xml_node_getchildnode(node, name);
above code will be crush. I think the pointer is wild pointer. how to fix it

@dengzhw
Copy link

dengzhw commented Sep 26, 2014

the code sometime will be crush when modify device render's friend name in multythread
44c1f714-7639-4554-9b08-3de8d30eaadd

@jink2005
Copy link

I think some of this kind of crash caused by no reference count in the C part. We need to do some coding on these issue.

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

Successfully merging this pull request may close these issues.

3 participants