> Albert Santoni wrote:
>> past, I wonder if it's some uninitialized variable somewhere.

It is:

Debug: Defaulting to Serato...
Debug: Building timecode lookup tables...

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb546b910 (LWP 5182)]
0xb63bc9ca in strcmp () from /lib/libc.so.6
(gdb) bt
#0  0xb63bc9ca in strcmp () from /lib/libc.so.6
#1  0x081fa496 in timecoder_build_lookup (timecode_name=0x0) at
lib/xwax/timecoder.c:188
#2  0x081edca3 in VinylControlXwax (this=0x8ab9418, pConfig=0x8448ff8,
_group=0x8225b22 "[Channel1]") at src/vinylcontrolxwax.cpp:62
#3  0x081eb82f in VinylControlProxy (this=0x8b42f30, pConfig=0x8448ff8,
_group=0x8225b22 "[Channel1]") at src/vinylcontrolproxy.cpp:43
#4  0x081a0c7a in SoundManager::setupDevices (this=0xb4303080) at
src/soundmanager.cpp:382
#5  0x0810bd65 in MixxxApp (this=0x8436620, a=0x83b0e10, args=
      {qlMusicFiles = {{p = {d = 0xbf9d2690}, d = 0xbf9d2690}},
qLogFileName = {d = 0x0}, bStartInFullscreen = 108}, pSplash=0x0) at
src/mixxx.cpp:327
#6  0x080f968f in main (argc=1, argv=0xbf9d2754) at src/main.cpp:210


As can be seen from #1, the timecode_name argument is 0. Check around
line 40 in vinylcontrolproxy.cpp.

Sean

<<--------------------------------------------------------------------------------->>
This E-Mail message has been scanned for viruses
and cleared by >>SmartMail<< from Smarter Technology, Inc.
<<--------------------------------------------------------------------------------->>

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to