Page 1 of 1

[CRASH]Same error on two different computer. It's a bug ?

Posted: 11 Oct 2008 21:22
by DjDiabolik
Image

I have installer 5 minutes ago laster VLC 0.9.4 for windows..... on my PC with Windows XP pro sp3 and on my notebook with a Windows XP home Sp3....... when i close the programs some time i obtain this error with same adrees memory in all two pc.

It's possible to resolve ?? This error show only some time when i close the VLC.

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 13 Oct 2008 14:23
by VLC_help
Error addresses very seldom give any useful information about the crash. If there is some way, that you can use to always crash the VLC, and you can tell that to us, it might help.

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 14 Oct 2008 00:06
by DjDiabolik
Error addresses very seldom give any useful information about the crash. If there is some way, that you can use to always crash the VLC, and you can tell that to us, it might help.
I don't have understand........ but i think it's anormal........ 2 different pc same problems with same address memory.
How i can take for you more information about this crash ??

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 14 Oct 2008 14:58
by VLC_help
You really cannot without additional tools and skills.
http://wiki.videolan.org/Win32CompileCy ... ebugger.29 (if it is too hard, then just forget it)

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 14 Oct 2008 23:22
by DjDiabolik
Oh..... i'm resolve this afternoon.. i think i have download a corrupted file installation for home page.

Today i have download the binary version .7z..... i have extracted on the same folder of the installation..... now no problems........ working and closing without problems...... for now :)

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 15 Oct 2008 02:23
by DjDiabolik
Sorry for my double post.... but i wrong :(

I have some minutes ago watched a films in .avi file....... when i close VLC same error..........

Use the binary version not have resolve nothing.

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 17 Oct 2008 15:58
by DjDiabolik
I have installed this same version on a Windows Vista SP1 and nothing problems... on my XP and on my Notebook i have this problems with memory access not written.....

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 17 Oct 2008 19:37
by VLC_help
Unfortunately that isn't enough information to fix it.

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 18 Oct 2008 19:13
by DjDiabolik
Unfortunately that isn't enough information to fix it.
How i can found some information ?

I have try to use gdb to start vlc.exe... from a dos prompt:
- gdb vlc.exe
- Run

But the programs don't started.... exist a debug mode to launch vlc ?

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 19 Oct 2008 13:15
by VLC_help
You installed cygwin environment, compiled or downloaded VLC which has debug symbols and then tried?

Backtracing ain't trivial or easy with VLC under Win32.

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 19 Oct 2008 14:07
by DjDiabolik
You installed cygwin environment, compiled or downloaded VLC which has debug symbols and then tried?

Backtracing ain't trivial or easy with VLC under Win32.
Ok if i can help you to fix this problems i download the Cgywin setup from here:
http://www.cygwin.com/setup.exe

But now you can help me with a guide how i can use this dll with VLC ?? a guide pass-to-pass...........

For Example... during the installation:
Default Text File Type -> I choose the "Unix / Binary" or "Dos / Text" ?

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 20 Oct 2008 17:44
by VLC_help

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 22 Oct 2008 01:38
by DjDiabolik
Aspect... but with this guide i can rebuild a version from sources on my PC ?? And this operation can help me for resolve the problems with memory read error after close the programs ?

Ok but at this point i need to rebuild the sources on my pc and on notebook :(

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 22 Oct 2008 14:19
by VLC_help
No need to build by yourself. Just download debug builds and use those.
http://nightlies.videolan.org/build/win ... 1001-2249/

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 23 Oct 2008 03:34
by DjDiabolik
No need to build by yourself. Just download debug builds and use those.
http://nightlies.videolan.org/build/win ... 1001-2249/
Ahhhhhhhh......... now i'm in downloading this:

http://nightlies.videolan.org/build/win ... -debug.zip

After how i can do for post some information about this problems ??

For now i can use this version in all two my pc ? Wha't this ?? It's a 1.0.0 prerelease ?

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 23 Oct 2008 16:10
by VLC_help
That version might have some other bugs and because it has some debug stuff enabled, it is slower than normal builds. You should first test on one machine if you can repeat the bug with using that nightly build. And if you can repeat, then do backtraces.

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 23 Oct 2008 22:17
by DjDiabolik
Ok.. now i can use this newest version but how i can do backtrace if i have same problems with this version ?

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 24 Oct 2008 11:07
by VLC_help
http://wiki.videolan.org/Win32CompileCy ... ebugger.29
as stated in there, run VLC inside gdb starting it from Cygwin shell. And once it crashes, type bt to gdb and it should print the trace,

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 25 Oct 2008 02:19
by DjDiabolik
http://wiki.videolan.org/Win32CompileCy ... ebugger.29
as stated in there, run VLC inside gdb starting it from Cygwin shell. And once it crashes, type bt to gdb and it should print the trace,
Ok, i can try it.

For now i have try to install cgywin and i have select the componet suggested on wikipedia guide instruction.....tomorrow (because the download it's slowly) i can try to start a instance of videolan by shell of cgywin from gdb.

*EDIT*
Ah..... now i need to use the 1.0.0 prerelease for this of i need to use the 0.9.4 final ?

Re: [CRASH]Same error on two different computer. It's a bug ?

Posted: 25 Oct 2008 13:58
by VLC_help
Newer, the better.