Just run a single test case. Maybe even disable the other test cases from
the same file.

Otherwise you may encounter a ton of issues otherwise as
eina/eo/elementary, etc... are init'ed and shutdown. Normally the
init/shutdown procedure is fine, but in some cases modules are loaded and
this can lead to problems, unfortunately.

On 17 May 2017 at 16:31, Andrew Williams <a...@andywilliams.me> wrote:

> Hi,
>
> Apologies, lookin into it.
> Unfortunately when I run witj CK_FORK=no I get crashes following this
> error:
>
>  _ecore_ipc_dialer_del() log domain 41 was deleted
>
> a bit stuck debugging the tests just now
>
>
> On Wed, 17 May 2017 at 07:35 Jean-Philippe André <j...@videolan.org>
> wrote:
>
> > Hey Andrew,
> >
> > Your patches on elm_code have broken elm_test. There's an invalid free of
> > some sorts, that I believe is due to a buffer overflow somewhere.
> > You should probably run the test suite under valgrind.
> >
> > cd build/src
> > CK_FORK=no valgrind tests/elementary/.libs/lt-elm_suite
> > elm_code_widget_undo
> >
> > There are issues with the grid size which is too short and didn't grow
> > enough when there are tabs in the code.
> > I made another patch... please verify it, too.
> >
> > Good luck,
> >
> > On 17 May 2017 at 07:02, Andrew Williams <a...@andywilliams.me> wrote:
> >
> > > Hmm, apologies seems like the incremental build had not succeeded,
> > working
> > > now
> > > On Tue, 16 May 2017 at 22:55, Andrew Williams <a...@andywilliams.me>
> > > wrote:
> > >
> > > > It seems like make check is broken with compile errors in evas_cxx -
> > > > anyone else seeing this?
> > > >
> > > > Thanks,
> > > > Andy
> > > > --
> > > > http://andywilliams.me
> > > > http://ajwillia.ms
> > > >
> > > --
> > > http://andywilliams.me
> > > http://ajwillia.ms
> > > ------------------------------------------------------------
> > > ------------------
> > > Check out the vibrant tech community on one of the world's most
> > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > _______________________________________________
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> > >
> >
> >
> > --
> > Jean-Philippe André
> >
> > ------------------------------------------------------------
> ------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> --
> http://andywilliams.me
> http://ajwillia.ms
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>



-- 
Jean-Philippe André
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to