On Sat, Mar 17, 2007 at 03:03:21PM +0100, julien cubizolles wrote:
> =================================================================
> Got a SIGSEGV while executing native code. This usually indicates
> a fatal error in the mono runtime or one of the native libraries 
> used by your application.
> =================================================================
> 
> Stacktrace:
> 
>   at (wrapper managed-to-native) Karma.Song.lk_properties_get_property
> (int,string) <0x00004> at (wrapper managed-to-native)
> Karma.Song.lk_properties_get_property (int,string) <0xffffffff> at

Thanks for the bug report.  This looks like lk_properties_get_property
was called with files that weren't returned which was a bug fixed a
while ago in libkarma (mercurial).  Check for this line in your
Device.cs around line 122 in libkarma:

        if (ProgressChanged != null && fid > 0) {

If you are missing the 'fid > 0' you need to update.  If you have that
line, let me know.

Franky, maybe we should do another release after that flurry of bugfixes
a month or two ago?

-- 
Bob Copeland %% www.bobcopeland.com 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-karma-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-karma-devel

Reply via email to