Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program received signal: “EXC_BAD_INSTRUCTION”. #45

Closed
gmthor opened this issue Jan 25, 2010 · 2 comments
Closed

Program received signal: “EXC_BAD_INSTRUCTION”. #45

gmthor opened this issue Jan 25, 2010 · 2 comments

Comments

@gmthor
Copy link

gmthor commented Jan 25, 2010

I have got vlc-lib and Lunettes up to date. When I try play any media I get this error.
Program received signal: “EXC_BAD_INSTRUCTION”.
I know that this happens in a function of the VLCKit but i believe that I started getting this error after some changes in the Lunettes project where made.

If your sure that it's not a bug in Lunettes i'll post it on the vlc-devel mailinglist.

ERROR in: fastmemcpy.h

ifndef HAVE_SSE

    /* enables to use FPU */
    __asm__ __volatile__ (EMMS:::"memory");

endif

gdb bt
#0 fast_memcpy () at fastmemcpy.h:375
#1 0x00000001001c810a in vlc_memcpy () at cpu.c:360
#2 0x00000001136f138f in DecodeVideo () at vlc_block.h:165
#3 0x0000000100188370 in DecoderDecodeVideo () at vlc_block.h:165
#4 0x00000001001877d3 in DecoderProcess () at decoder.c:1818
#5 0x0000000100186b8d in DecoderThread () at decoder.c:867
#6 0x00000001001c6c6e in thread_entry () at threads.c:58
#7 0x00007fff88121f8e in _pthread_start ()
#8 0x00007fff88121e41 in thread_start ()

@gmthor
Copy link
Author

gmthor commented Jan 26, 2010

fixed with the latest vlc-lib commit

@pdherbemont
Copy link
Owner

Cool.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants