Hi,

I'm trying to trace down a really annoying bug but it's proving illusive.
I have some Eo objects (the Elm_Code_Widget) that stores a lot of
information in it's associated data object. This works most of the time but
on some occasions - potentially in the vicinity of different thread access,
but not reliably reproducible - the data seems to be NULL.

p eo_data_scope_get(editor->entry, elm_code_widget_class_get())
$5 = (void *) 0x0
(this call normally returns a pointer to an Elm_Code_Widget_Data struct)

Can anyone suggest why this could happen - what sort of error is it likely
I have created that could cause this behaviour?
It's driving me crazy as for the most part it works fine but some
combination of time and/or memory setup and/or threading seems to trip it
up.

Many thanks for any suggestions,
Andrew
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to