X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Tue, 18 Oct 2011 10:04:25 -0400 Message-Id: From: Eli Zaretskii To: djgpp AT delorie DOT com In-reply-to: <153d7dc6-0ff9-4ef2-9933-e603b92db585 AT m4g2000yqm DOT googlegroups DOT com> (message from RayeR on Tue, 18 Oct 2011 06:05:56 -0700 (PDT)) Subject: Re: I need strtok_r() function References: <8339erwjdk DOT fsf AT gnu DOT org> <3533b2fa-8962-47c1-a6a8-373cc0e8a1f3 AT g7g2000vbv DOT googlegroups DOT com> <83zkgzv01r DOT fsf AT gnu DOT org> <153d7dc6-0ff9-4ef2-9933-e603b92db585 AT m4g2000yqm DOT googlegroups DOT com> Reply-To: djgpp AT delorie DOT com > From: RayeR > Newsgroups: comp.os.msdos.djgpp > Date: Tue, 18 Oct 2011 06:05:56 -0700 (PDT) > > Unfortunately when I tested compiled x264 to compress sample video it > crashes immediatelly: > > C:\X264>X264.EXE -o out.flv example.y4m > y4m [info]: 384x288p 0:0 @ 25/1 fps (cfr) > x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle > SSE4.2 I don't think DJGPP supports these capabilities, but I may be wrong. > Exiting due to signal SIGSEGV > General Protection Fault at eip=000d9e10 > eax=00a39f10 ebx=00a1fdb0 ecx=000001c0 edx=00a39f10 esi=00226eb0 > edi=00226eb0 > ebp=00000000 esp=001f3eec program=C:\X264\X264.EXE > cs: sel=01a7 base=029e0000 limit=00acffff > ds: sel=01af base=029e0000 limit=00acffff > es: sel=01af base=029e0000 limit=00acffff > fs: sel=017f base=00005e10 limit=0000ffff > gs: sel=01bf base=00000000 limit=0010ffff > ss: sel=01af base=029e0000 limit=00acffff > App stack: [001f4bb8..00174bbc] Exceptn stack: [00174adc..00172b9c] > > (running under XP NTVDM) > maybe it's issue with sse or something else messed up... Hard to say something intelligent, until you show this traceback SYMIFY'ed or show a backtrace from GDB.