I could locate the exact position where the plugin segfaults.

This is the code surrounding it (the segfaulting command is underlined):

------------
      // Run the real->complex transform
#ifdef FFTW3
      // PERL_BEGIN
      fprintf(stderr, "*(real_L + input_buffer_pos)=%G\n",
(LADSPA_Data)(*(real_L + input_buffer_pos)));

      fftwf_execute(plan_rc_L);
===============================
      fprintf(stderr, "*(real_R + input_buffer_pos)=%G\n",
(LADSPA_Data)(*(real_R + input_buffer_pos)));

      fftwf_execute(plan_rc_R);
      fprintf(stderr, "*(real_C + input_buffer_pos)=%G\n",
(LADSPA_Data)(*(real_C + input_buffer_pos)));

      fftwf_execute(plan_rc_C);
      fprintf(stderr, "*(real_LFE + input_buffer_pos)=%G\n",
(LADSPA_Data)(*(real_LFE + input_buffer_pos)));

      fftwf_execute(plan_rc_LFE);
      fprintf(stderr, "*(real_LS + input_buffer_pos)=%G\n",
(LADSPA_Data)(*(real_LS + input_buffer_pos)));

      fftwf_execute(plan_rc_LS);
      fprintf(stderr, "*(real_RS + input_buffer_pos)=%G\n",
(LADSPA_Data)(*(real_RS + input_buffer_pos)));

      fftwf_execute(plan_rc_RS);
      // PERL_END
#else
----------

It's located on line 1000 in mbeq_119700.c.before_PerlPreProcessor.
I hope this helps to find the error.

Best regards,
Sebastian

On Mi, 2007-01-03 at 16:43 +0100, Sebastian Schäfer wrote:
> On Mi, 2007-01-03 at 16:12 +0200, Sergei Steshenko wrote:
> > On Wed, 03 Jan 2007 14:46:25 +0100
> > Sebastian Schäfer <[EMAIL PROTECTED]> wrote:
> > 
> > > Hi Sergei,
> > > 
> > > the attached file is unfortunately corrupt, it is being saved as a 0
> > > byte file.
> > > 
> > 
> > I have just sent Sebastian non-gzipped version.
> > 
> 
> I have now compiled that version but the result is still the same:
> 
> MChMBEq segfaults in runMChMBEq(). I am currently trying to narrow down
> the line which causes the fault.
> 
> I have also compiled my own new version of FFTW3 with SSE support.
> 
> Regards,
> Sebastian
> 
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Alsa-user mailing list
> Alsa-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-user


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to