On 03/10/2012 09:20 PM, Andreas Persson wrote:
> On 2012-03-10 21:12, rosea.grammostola wrote:
>> On 03/10/2012 08:59 PM, Andreas Persson wrote:
>>> gdb linuxsampler
>>
>> $ gdb linuxsampler core
>> GNU gdb (GDB) 7.4-debian
>> Copyright (C) 2012 Free Software Foundation, Inc.
>> License GPLv3+: GNU GPL version 3 or later
>> <http://gnu.org/licenses/gpl.html>
>> This is free software: you are free to change and redistribute it.
>> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
>> and "show warranty" for details.
>> This GDB was configured as "x86_64-linux-gnu".
>> For bug reporting instructions, please see:
>> <http://www.gnu.org/software/gdb/bugs/>...
>> Reading symbols from /usr/bin/linuxsampler...done.
>> [New LWP 9175]
>> [New LWP 9512]
>> [New LWP 9509]
>> [New LWP 9174]
>>
>> warning: Can't read pathname for load map: Input/output error.
>> [Thread debugging using libthread_db enabled]
>> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
>> Core was generated by `linuxsampler'.
>> Program terminated with signal 11, Segmentation fault.
>> #0  0x00007f8afb13b088 in LinuxSampler::EG::CalculateFadeOutCoeff(float,
>> float) ()
>>       from /usr/lib/linuxsampler/liblinuxsampler.so.3
>>
>
> Did you forget the "bt" command? That's what gives you the stack trace.
>
> Anyway, it looks like you're not running the latest code (I committed
> the fix today, three hours ago).

I updated after your mail, svn up, dpkg-buildpackage


Is this better?

For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/linuxsampler...done.
[New LWP 10072]
[New LWP 10078]
[New LWP 10071]
[New LWP 10075]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `linuxsampler'.
Program terminated with signal 11, Segmentation fault.
#0  0x00007f1c4296a088 in LinuxSampler::EG::CalculateFadeOutCoeff(float, 
float) ()
    from /usr/lib/linuxsampler/liblinuxsampler.so.3
(gdb) bt
#0  0x00007f1c4296a088 in LinuxSampler::EG::CalculateFadeOutCoeff(float, 
float) ()
    from /usr/lib/linuxsampler/liblinuxsampler.so.3
#1  0x00007f1c4294de61 in 
LinuxSampler::EngineBase<LinuxSampler::sfz::Voice, sfz::Region, 
sfz::Region, LinuxSampler::sfz::DiskThread, 
LinuxSampler::sfz::InstrumentResourceManager, 
sfz::Instrument>::Connect(LinuxSampler::AudioOutputDevice*) ()
    from /usr/lib/linuxsampler/liblinuxsampler.so.3
#2  0x00007f1c4296c7d2 in 
LinuxSampler::AbstractEngine::AcquireEngine(LinuxSampler::AbstractEngineChannel*,
 
LinuxSampler::AudioOutputDevice*) ()
    from /usr/lib/linuxsampler/liblinuxsampler.so.3
#3  0x00007f1c4294a0e2 in 
LinuxSampler::EngineChannelBase<LinuxSampler::sfz::Voice, sfz::Region, 
sfz::Instrument>::Connect(LinuxSampler::AudioOutputDevice*) ()
    from /usr/lib/linuxsampler/liblinuxsampler.so.3
#4  0x00007f1c4288b0e9 in 
LinuxSampler::SamplerChannel::SetAudioOutputDevice(LinuxSampler::AudioOutputDevice*)
 
() from /usr/lib/linuxsampler/liblinuxsampler.so.3
#5  0x00007f1c428d79dd in 
LinuxSampler::LSCPServer::SetAudioOutputDevice(unsigned int, unsigned 
int) () from /usr/lib/linuxsampler/liblinuxsampler.so.3
#6  0x00007f1c428b00e1 in yyparse(void*) ()
    from /usr/lib/linuxsampler/liblinuxsampler.so.3
#7  0x00007f1c428d5e31 in LinuxSampler::LSCPServer::Main() ()
    from /usr/lib/linuxsampler/liblinuxsampler.so.3
#8  0x00007f1c429cc884 in LinuxSampler::__pthread_launcher(void*) ()
    from /usr/lib/linuxsampler/liblinuxsampler.so.3
#9  0x00007f1c41c00b50 in start_thread () from 
/lib/x86_64-linux-gnu/libpthread.so.0
#10 0x00007f1c4194b90d in clone () from /lib/x86_64-linux-gnu/libc.so.6
#11 0x0000000000000000 in ?? ()


>
> /Andreas
>
>
> ------------------------------------------------------------------------------
> Virtualization&  Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Linuxsampler-devel mailing list
> Linuxsampler-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to