[Fluxus] 0.16 Segfault on Intrepid

Dave Griffiths dave at pawfal.org
Mon May 4 13:19:09 PDT 2009


Hi Milovann,

This looks strange - just to check, do you have a .gdbinit file in your
home directory containing:

handle SIGSEGV nostop noprint
handle SIG33 nostop noprint pass
handle SIG32 nostop noprint pass

cheers,

dave

On Mon, 2009-05-04 at 13:29 +0200, Milovann Yanatchkov wrote:
> Le lundi 04 mai 2009 à 12:36 +0200, gabor papp a écrit : 
> > 
> > could you send a backtrace, please?
> > 
> 
> 
> hi gabor,
> 
> I've add : 
> 
> TexturePainter::TexturePainter() :
> m_MultitexturingEnabled(true)
> {
> 	if (!GLEW_ARB_multitexture || (glActiveTexture == NULL) ||
> (glClientActiveTexture == NULL))
> 	{
> 		Trace::Stream<<"Warning: Can't do multitexturing (no glActiveTexture
> or GLEW_ARB_multitexture not set)"<<endl;
> 		m_MultitexturingEnabled=false;
> 	}
> 
> +++		m_MultitexturingEnabled=false;
> }
> 
> scons MULTITEXTURES=0 GLSL=0
> 
> 
> GDB  STARTS with ::
> 
> Starting program: /home/milovann/5-SOURCES/FLUXUS/git/fluxus/fluxus 
> [Thread debugging using libthread_db enabled]
> [New Thread 0x7fd381330730 (LWP 20869)]
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0x7fd381330730 (LWP 20869)]
> update_want_level (logger=<value optimized out>)
> at ./../src/error.c:2583
> 2583       parent->want_level = want_level;
> Current language:  auto; currently c
> Continuing.
> 
> Program received signal SIGSEGV, Segmentation fault.
> scheme_stx_content (o=0x7fd37a748e98) at ./../src/stxobj.c:2666
> 2666     stx->u.lazy_prefix = 0;
> Continuing.
> 
> Program received signal SIGSEGV, Segmentation fault.
> gen_let_syntax (form=0x7fd37a7ca538, origenv=0x7fd37a7ca448,
> formname=<value optimized out>, star=0, recursive=0, multi=1,
> rec=0x7fff89463020, drec=0, frame_already=0x0)
>     at ./../src/syntax.c:4211
> 4211 names[k] = n;
> 
> ..........................
> 
> 
> and ENDS with ::
> 
> Program received signal SIGABRT, Aborted.
> 0x00007fd37daa6015 in raise () from /lib/libc.so.6
> Continuing.
> 
> Program terminated with signal SIGABRT, Aborted.
> The program no longer exists.
> The program is not being run.
> 
> 
> 
> 



More information about the Fluxus mailing list