Bug 177656
Summary: | fspot crashes with traceback | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dave Jones <davej> |
Component: | f-spot | Assignee: | Christopher Aillon <caillon> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | pfrields |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-03-04 22:46:13 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 150221 | ||
Bug Blocks: |
Description
Dave Jones
2006-01-12 18:20:04 UTC
with todays updates, it now crashes as soon as I run it (I don't even see the gui now). Starting new FSpot server ================================================================= 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: in <0xb> (wrapper managed-to-native) System.Runtime.InteropServices.Marshal:PtrToStringAnsi (intptr) in <0xfffffffffffff8a5> (wrapper managed-to-native) System.Runtime.InteropServices.Marshal:PtrToStringAnsi (intptr) in [0x91] Mono.Data.SqliteClient.SqliteDataReader:ReadpVm (intptr,int) in [0x46] Mono.Data.SqliteClient.SqliteDataReader:.ctor (Mono.Data.SqliteClient.SqliteCommand,intptr,int) in <0xffffffffffffa405> (wrapper remoting-invoke-with-check) Mono.Data.SqliteClient.SqliteDataReader:.ctor (Mono.Data.SqliteClient.SqliteCommand,intptr,int) in [0x68] Mono.Data.SqliteClient.SqliteCommand:ExecuteReader (System.Data.CommandBehavior,bool,int&) in [0x5] Mono.Data.SqliteClient.SqliteCommand:ExecuteReader (System.Data.CommandBehavior) in [0x2] Mono.Data.SqliteClient.SqliteCommand:ExecuteReader () in <0xcf> TagStore:LoadAllTags () in <0x8d> TagStore:.ctor (Mono.Data.SqliteClient.SqliteConnection,bool) in <0xf8> Db:.ctor (string,bool) in <0x280> Driver:Main (string[]) in <0xffffffffc04370bf> (wrapper runtime-invoke) System.Object:runtime_invoke_void_string[] (object,intptr,intptr,intptr) Native stacktrace: mono(mono_handle_native_sigsegv+0x88) [0x4f1711] mono [0x4c0210] /lib64/libpthread.so.0 [0x3c3dd0cbe0] mono(mono_string_new+0x2a) [0x44ea71] [0x40252a43] The March 5th update to mono-core and gtk# seems to have fixed this for me. Before the update I could reproduce the exact traceback easily on an x86-64 system. package versions after update: f-spot-0.1.10-1 gtk-sharp-1.0.10-5 mono-core-1.1.13.4-1 Right, the fix to gtk-sharp2 fixed this issue. Resolving RAWHIDE. |