On Sun, 16 Nov 2003 [EMAIL PROTECTED] wrote:
> I am having the same problem with malloc failing on my Linux From Scratch
> system.
Very strange.The only thing that comes to mind is that 'M' is
getting corrupted/overwritten somehow and causing mpeg2enc to
request a bo
I am having the same problem with malloc failing on my Linux From Scratch system.
Today was my first time trying cvs for mjpegtools and to get it to compile I had to
upgrade autotools 1.6.x-1.7.x. After that it compiled fine but when I try mpeg2enc it
keeps failing.
The biggest problem is I can'
On Sat, 15 Nov 2003, Gene Dascher wrote:
> > mjpeg_error_exit1("malloc(%d * %d) failed", M, sizeof(struct motion_data));
>
> I'll try that later today or tomorrow and let you know how it goes.
The other thing to try is a cvs update - some major changes and
fixes were check
At this point just one and I'm not crazy about it.
Either run mpeg2enc under the debugger (gdb) and put a breakpoint
at that malloc failed line - then print 'M' so we can see how
much memory is attempting to be allocated _or_ change the
mjpeg_error_exit1 line to be something like
mjpeg_err
On Thu, 13 Nov 2003, Gene Dascher wrote:
> > No problems running the ./autogen.sh script? Some folks seem to
> > have a very difficult time getting past that step.
>
> No problems at all
That's good to hear. Usually if that works and the compile
goes to error-f
Steven M. Schultz wrote:
On Thu, 13 Nov 2003, Gene Dascher wrote:
following the threads on the "Users" mailing list with great interest and
was interested in trying the CVS version to gain access to some of the
newer features. I did a checkout of the mjpeg_play module, then used the
autogen
> No problems running the ./autogen.sh script? Some folks seem to
> have a very difficult time getting past that step.
That includes me.
Two hours ago, I just did a "cvs update" for the first time in, like,
3 months, and I still haven't gotten the source to build again.
Thus, I
On Thu, 13 Nov 2003, Gene Dascher wrote:
> following the threads on the "Users" mailing list with great interest and
> was interested in trying the CVS version to gain access to some of the
> newer features. I did a checkout of the mjpeg_play module, then used the
> autogen.sh, after which I