[Webkit-unassigned] [Bug 62000] [EFL] Fix crash on EWeblauncher with --help option.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 05:18:46 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62000





--- Comment #2 from Lucas De Marchi <demarchi at webkit.org>  2011-06-03 05:18:46 PST ---
(In reply to comment #0)
> Crash occured like below.
> ..........
>   -V, --version           show program version.
>   -R, --copyright         show copyright.
>   -L, --license           show license.
>   -h, --help              show this message.
> 
> CRI: ecore.c:227 _ecore_magic_fail() eina_log_print() unknown domain -1, original message format '
> *** ECORE ERROR: Ecore Magic Check Failed!!!
> *** IN FUNCTION: %s()'
> CRI: ecore.c:231 _ecore_magic_fail() eina_log_print() unknown domain -1, original message format '  Input handle has already been freed!'
> CRI: ecore.c:240 _ecore_magic_fail() eina_log_print() unknown domain -1, original message format '*** NAUGHTY PROGRAMMER!!!
> *** SPANK SPANK SPANK!!!
> *** Now go fix your code. Tut tut tut!'
> ..........
> CRI: eina_stringshare.c:605 eina_stringshare_del() eina_log_print() unknown domain -1, original message format 'str=%p (%s)'
> Segmentation fault

The order is right. The problem is that we did not initialize eina (and there's probably a problem in ecore_file that should have initialized it).

Informal r- on my part.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list