I actually got a good clue from the gdb suggestion.  Stack trace looks like 
this (typing on a phone):

e_modapi_save
e_gadcon_provider_register
e_gadcon_client_visible
ecore_idler_del
ecore_event_current_event_get
ecore_main_loop_iterate
ecore_main_loop_begin
main

Above that is what basically comes down to a trace of freebsd malloc for an 
impossibly huge block (size 34359738376).  Looks like something in 
e_modapi_save is allocating bad-sized blocks.

In any case, that's a good start.  I'll do some diagnostics and report what I 
find. 

On March 22, 2016 10:36:22 PM EDT, Carsten Haitzler <ras...@rasterman.com> 
wrote:
>On Tue, 22 Mar 2016 08:50:21 -0400 Eric McCorkle <e...@metricspace.net>
>said:
>
>> Hi folks,
>> 
>> I'm in the process of setting up a new FreeBSD system.  I've used
>> enlightenment on FreeBSD in the past (0.17-0.19) and it's worked
>alright.
>> However, this time around, I seem to be running into some issues.
>> 
>> I'm testing with startx, and the load screen freezes after displaying
>> "loading tasks".  If I switch back to the, the last message is
>"unable to
>> assume root privileges" terminal, with nothing else seemingly
>noteworthy.
>> 
>> Some points of interest:
>> * My card is a broadwell card, which isn't supported yet, so I'm
>using scfb
>> (FreeBSD's frame buffer driver)
>> * My X11 installation is using devd, not HAL
>> 
>> I'm looking for some pointers as to where to look to start diagnosing
>the
>> problem.  I'm perfectly fine with digging into code if that's what it
>takes.
>
>you don't even know where it is stuck? no backtrace?
>
>killall -SEGV enlightenment
>
>gdb enlightenment PID
>
>?
>
>-- 
>------------- Codito, ergo sum - "I code, therefore I am"
>--------------
>The Rasterman (Carsten Haitzler)    ras...@rasterman.com

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to