Mageia Bugzilla – Attachment 6828 Details for
Bug 11253
f-spot, personal photo management application for the GNOME desktop
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
terminal output from f-spot --debug
file_11253.txt (text/plain), 10.08 KB, created by
Barry Jackson
on 2015-07-09 18:34:42 CEST
(
hide
)
Description:
terminal output from f-spot --debug
Filename:
MIME Type:
Creator:
Barry Jackson
Created:
2015-07-09 18:34:42 CEST
Size:
10.08 KB
patch
obsolete
>[baz@jackodesktop ~]$ f-spot --debug >** Running f-spot in Debug Mode ** >** Running Mono with --debug ** >[1 Info 17:31:19.465] Initializing Mono.Addins >[1 Debug 17:31:19.526] Mono.Addins Initialization took 0.059162 >[1 Debug 17:31:19.637] Db Initialization took 0.023899 >[1 Debug 17:31:19.751] Query Started : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename ASC >[1 Debug 17:31:19.751] QueryToTemp took 0.000664 : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename ASC >[1 Debug 17:31:19.751] Reloading the query took 0.001399 >Domain: 'Gtk' Level: Critical >Message: IA__gtk_style_detach: assertion 'style->attach_count > 0' failed >Trace follows: > at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) > at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) > at Gtk.Widget.gtk_widget_set_style(IntPtr , IntPtr ) > at Gtk.Widget.set_Style(Gtk.Style value) > at Hyena.Widgets.RatingEntry.OnRealized() > at Gtk.Widget.realized_cb(IntPtr widget) > at Gtk.Widget.gtk_widget_show_all(IntPtr ) > at Gtk.Widget.ShowAll() > at FSpot.MainWindow..ctor(FSpot.Database.Db db) > at FSpot.App.get_Organizer() > at FSpot.App.HandleOrganize() > at FSpot.App.Organize() > at FSpot.Driver.Startup() > at Hyena.Gui.CleanRoomStartup.Startup(Hyena.Gui.StartupInvocationHandler startup) > at FSpot.Driver.Main(System.String[] args) >[1 Debug 17:31:19.832] Query Started : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename ASC >[1 Debug 17:31:19.832] QueryToTemp took 0.000459 : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename ASC >[1 Warn 17:31:19.839] Caught an exception - System.NullReferenceException: Object reference not set to an instance of an object (in `f-spot') > at FSpot.Widgets.PhotoImageView.LoadErrorImage (System.Exception e) [0x00010] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot.Widgets/PhotoImageView.cs:305 > at FSpot.Widgets.PhotoImageView.HandlePhotoItemChanged (System.Object sender, FSpot.Core.BrowsablePointerChangedEventArgs args) [0x00157] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot.Widgets/PhotoImageView.cs:343 >Object reference not set to an instance of an object >System.NullReferenceException: Object reference not set to an instance of an object > at FSpot.Widgets.PhotoImageView.LoadErrorImage (System.Exception e) [0x00010] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot.Widgets/PhotoImageView.cs:305 > at FSpot.Widgets.PhotoImageView.HandlePhotoItemChanged (System.Object sender, FSpot.Core.BrowsablePointerChangedEventArgs args) [0x0016c] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot.Widgets/PhotoImageView.cs:346 > at (wrapper delegate-invoke) System.EventHandler`1<FSpot.Core.BrowsablePointerChangedEventArgs>:invoke_void_object_TEventArgs (object,FSpot.Core.BrowsablePointerChangedEventArgs) > at FSpot.Core.BrowsablePointer.SetIndex (Int32 value, IBrowsableItemChanges changes) [0x0003a] in /home/baz/rpmbuild/BUILD/f-spot/src/Core/FSpot.Core/BrowsablePointer.cs:143 > at FSpot.Core.BrowsablePointer.HandleCollectionChanged (IBrowsableCollection collection) [0x0003d] in /home/baz/rpmbuild/BUILD/f-spot/src/Core/FSpot.Core/BrowsablePointer.cs:163 > at (wrapper delegate-invoke) <Module>:invoke_void_IBrowsableCollection (FSpot.Core.IBrowsableCollection) > at (wrapper delegate-invoke) <Module>:invoke_void_IBrowsableCollection (FSpot.Core.IBrowsableCollection) > at FSpot.PhotoQuery.RequestReload () [0x00109] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot/PhotoQuery.cs:304 > at FSpot.Query.QueryWidget.Close () [0x00061] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot.Query/QueryWidget.cs:171 > at FSpot.MainWindow.UpdateFindByTagMenu () [0x00018] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot/MainWindow.cs:2602 > at FSpot.MainWindow..ctor (FSpot.Database.Db db) [0x00df2] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot/MainWindow.cs:510 > at FSpot.App.get_Organizer () [0x0004c] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot/App.cs:76 > at FSpot.App.HandleOrganize () [0x0001e] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot/App.cs:260 > at FSpot.App.Organize () [0x0001b] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot/App.cs:122 > at FSpot.Driver.Startup () [0x0014b] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot/main.cs:386 > at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler startup) [0x00044] in /home/baz/rpmbuild/BUILD/f-spot/external/Hyena/Hyena.Gui/Hyena.Gui/CleanRoomStartup.cs:54 > >(f-spot:17381): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the data stream to the loader before dropping the last reference. >[4 Debug 17:31:19.958] PhotosPerMonth took 0.000364 >[4 Debug 17:31:19.958] TimeAdaptor REAL Reload took 0.125561 >[6 Debug 17:31:20.034] PhotosPerMonth took 0.000425 >[6 Debug 17:31:20.034] TimeAdaptor REAL Reload took 0.200829 >Domain: 'GLib' Level: Critical >Message: Source ID 85 was not found when attempting to remove it >Trace follows: > at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) > at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) > at GLib.Source.g_source_remove(UInt32 ) > at GLib.Source.Remove(UInt32 tag) > at GLib.Idle+IdleProxy.Dispose(Boolean disposing) > at GLib.Idle+IdleProxy.Finalize() >Domain: 'GLib' Level: Critical >Message: Source ID 79 was not found when attempting to remove it >Trace follows: > at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) > at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) > at GLib.Source.g_source_remove(UInt32 ) > at GLib.Source.Remove(UInt32 tag) > at GLib.Timeout+TimeoutProxy.Dispose(Boolean disposing) > at GLib.Timeout+TimeoutProxy.Finalize() >Domain: 'GLib' Level: Critical >Message: Source ID 88 was not found when attempting to remove it >Trace follows: > at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) > at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) > at GLib.Source.g_source_remove(UInt32 ) > at GLib.Source.Remove(UInt32 tag) > at GLib.Idle+IdleProxy.Dispose(Boolean disposing) > at GLib.Idle+IdleProxy.Finalize() >Domain: 'GLib' Level: Critical >Message: Source ID 78 was not found when attempting to remove it >Trace follows: > at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) > at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) > at GLib.Source.g_source_remove(UInt32 ) > at GLib.Source.Remove(UInt32 tag) > at GLib.Timeout+TimeoutProxy.Dispose(Boolean disposing) > at GLib.Timeout+TimeoutProxy.Finalize() >Domain: 'GLib' Level: Critical >Message: Source ID 45 was not found when attempting to remove it >Trace follows: > at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) > at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) > at GLib.Source.g_source_remove(UInt32 ) > at GLib.Source.Remove(UInt32 tag) > at GLib.Idle+IdleProxy.Dispose(Boolean disposing) > at GLib.Idle+IdleProxy.Finalize() >Domain: 'GLib' Level: Critical >Message: Source ID 69 was not found when attempting to remove it >Trace follows: > at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) > at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) > at GLib.Source.g_source_remove(UInt32 ) > at GLib.Source.Remove(UInt32 tag) > at GLib.Idle+IdleProxy.Dispose(Boolean disposing) > at GLib.Idle+IdleProxy.Finalize() >Domain: 'GLib' Level: Critical >Message: Source ID 68 was not found when attempting to remove it >Trace follows: > at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) > at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) > at GLib.Source.g_source_remove(UInt32 ) > at GLib.Source.Remove(UInt32 tag) > at GLib.Idle+IdleProxy.Dispose(Boolean disposing) > at GLib.Idle+IdleProxy.Finalize() >[FSpot.Core.Tag] Finalizer called on FSpot.Core.Category. Should be Disposed >Finalizer called on FSpot.Utils.DisposableCache`2[System.String,Gdk.Pixbuf]. Should be Disposed >[FSpot.Core.Tag] Finalizer called on FSpot.Core.Tag. Should be Disposed >[FSpot.Core.Tag] Finalizer called on FSpot.Core.Category. Should be Disposed >Finalizer called on FSpot.PhotoView. Should be Disposed >[FSpot.Core.Tag] Finalizer called on FSpot.Core.Category. Should be Disposed >Finalizer called on FSpot.Utils.DisposableCache`2[Hyena.SafeUri,Gdk.Pixbuf]. Should be Disposed >[FSpot.Core.Tag] Finalizer called on FSpot.Core.Category. Should be Disposed >Finalizer called on FSpot.Widgets.Filmstrip. Should be Disposed >Finalizer called on FSpot.Database.Db. Should be Disposed
[baz@jackodesktop ~]$ f-spot --debug ** Running f-spot in Debug Mode ** ** Running Mono with --debug ** [1 Info 17:31:19.465] Initializing Mono.Addins [1 Debug 17:31:19.526] Mono.Addins Initialization took 0.059162 [1 Debug 17:31:19.637] Db Initialization took 0.023899 [1 Debug 17:31:19.751] Query Started : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename ASC [1 Debug 17:31:19.751] QueryToTemp took 0.000664 : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename ASC [1 Debug 17:31:19.751] Reloading the query took 0.001399 Domain: 'Gtk' Level: Critical Message: IA__gtk_style_detach: assertion 'style->attach_count > 0' failed Trace follows: at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) at Gtk.Widget.gtk_widget_set_style(IntPtr , IntPtr ) at Gtk.Widget.set_Style(Gtk.Style value) at Hyena.Widgets.RatingEntry.OnRealized() at Gtk.Widget.realized_cb(IntPtr widget) at Gtk.Widget.gtk_widget_show_all(IntPtr ) at Gtk.Widget.ShowAll() at FSpot.MainWindow..ctor(FSpot.Database.Db db) at FSpot.App.get_Organizer() at FSpot.App.HandleOrganize() at FSpot.App.Organize() at FSpot.Driver.Startup() at Hyena.Gui.CleanRoomStartup.Startup(Hyena.Gui.StartupInvocationHandler startup) at FSpot.Driver.Main(System.String[] args) [1 Debug 17:31:19.832] Query Started : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename ASC [1 Debug 17:31:19.832] QueryToTemp took 0.000459 : SELECT * FROM photos WHERE photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC, filename ASC [1 Warn 17:31:19.839] Caught an exception - System.NullReferenceException: Object reference not set to an instance of an object (in `f-spot') at FSpot.Widgets.PhotoImageView.LoadErrorImage (System.Exception e) [0x00010] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot.Widgets/PhotoImageView.cs:305 at FSpot.Widgets.PhotoImageView.HandlePhotoItemChanged (System.Object sender, FSpot.Core.BrowsablePointerChangedEventArgs args) [0x00157] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot.Widgets/PhotoImageView.cs:343 Object reference not set to an instance of an object System.NullReferenceException: Object reference not set to an instance of an object at FSpot.Widgets.PhotoImageView.LoadErrorImage (System.Exception e) [0x00010] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot.Widgets/PhotoImageView.cs:305 at FSpot.Widgets.PhotoImageView.HandlePhotoItemChanged (System.Object sender, FSpot.Core.BrowsablePointerChangedEventArgs args) [0x0016c] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot.Widgets/PhotoImageView.cs:346 at (wrapper delegate-invoke) System.EventHandler`1<FSpot.Core.BrowsablePointerChangedEventArgs>:invoke_void_object_TEventArgs (object,FSpot.Core.BrowsablePointerChangedEventArgs) at FSpot.Core.BrowsablePointer.SetIndex (Int32 value, IBrowsableItemChanges changes) [0x0003a] in /home/baz/rpmbuild/BUILD/f-spot/src/Core/FSpot.Core/BrowsablePointer.cs:143 at FSpot.Core.BrowsablePointer.HandleCollectionChanged (IBrowsableCollection collection) [0x0003d] in /home/baz/rpmbuild/BUILD/f-spot/src/Core/FSpot.Core/BrowsablePointer.cs:163 at (wrapper delegate-invoke) <Module>:invoke_void_IBrowsableCollection (FSpot.Core.IBrowsableCollection) at (wrapper delegate-invoke) <Module>:invoke_void_IBrowsableCollection (FSpot.Core.IBrowsableCollection) at FSpot.PhotoQuery.RequestReload () [0x00109] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot/PhotoQuery.cs:304 at FSpot.Query.QueryWidget.Close () [0x00061] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot.Query/QueryWidget.cs:171 at FSpot.MainWindow.UpdateFindByTagMenu () [0x00018] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot/MainWindow.cs:2602 at FSpot.MainWindow..ctor (FSpot.Database.Db db) [0x00df2] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot/MainWindow.cs:510 at FSpot.App.get_Organizer () [0x0004c] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot/App.cs:76 at FSpot.App.HandleOrganize () [0x0001e] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot/App.cs:260 at FSpot.App.Organize () [0x0001b] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot/App.cs:122 at FSpot.Driver.Startup () [0x0014b] in /home/baz/rpmbuild/BUILD/f-spot/src/Clients/MainApp/FSpot/main.cs:386 at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler startup) [0x00044] in /home/baz/rpmbuild/BUILD/f-spot/external/Hyena/Hyena.Gui/Hyena.Gui/CleanRoomStartup.cs:54 (f-spot:17381): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the data stream to the loader before dropping the last reference. [4 Debug 17:31:19.958] PhotosPerMonth took 0.000364 [4 Debug 17:31:19.958] TimeAdaptor REAL Reload took 0.125561 [6 Debug 17:31:20.034] PhotosPerMonth took 0.000425 [6 Debug 17:31:20.034] TimeAdaptor REAL Reload took 0.200829 Domain: 'GLib' Level: Critical Message: Source ID 85 was not found when attempting to remove it Trace follows: at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) at GLib.Source.g_source_remove(UInt32 ) at GLib.Source.Remove(UInt32 tag) at GLib.Idle+IdleProxy.Dispose(Boolean disposing) at GLib.Idle+IdleProxy.Finalize() Domain: 'GLib' Level: Critical Message: Source ID 79 was not found when attempting to remove it Trace follows: at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) at GLib.Source.g_source_remove(UInt32 ) at GLib.Source.Remove(UInt32 tag) at GLib.Timeout+TimeoutProxy.Dispose(Boolean disposing) at GLib.Timeout+TimeoutProxy.Finalize() Domain: 'GLib' Level: Critical Message: Source ID 88 was not found when attempting to remove it Trace follows: at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) at GLib.Source.g_source_remove(UInt32 ) at GLib.Source.Remove(UInt32 tag) at GLib.Idle+IdleProxy.Dispose(Boolean disposing) at GLib.Idle+IdleProxy.Finalize() Domain: 'GLib' Level: Critical Message: Source ID 78 was not found when attempting to remove it Trace follows: at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) at GLib.Source.g_source_remove(UInt32 ) at GLib.Source.Remove(UInt32 tag) at GLib.Timeout+TimeoutProxy.Dispose(Boolean disposing) at GLib.Timeout+TimeoutProxy.Finalize() Domain: 'GLib' Level: Critical Message: Source ID 45 was not found when attempting to remove it Trace follows: at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) at GLib.Source.g_source_remove(UInt32 ) at GLib.Source.Remove(UInt32 tag) at GLib.Idle+IdleProxy.Dispose(Boolean disposing) at GLib.Idle+IdleProxy.Finalize() Domain: 'GLib' Level: Critical Message: Source ID 69 was not found when attempting to remove it Trace follows: at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) at GLib.Source.g_source_remove(UInt32 ) at GLib.Source.Remove(UInt32 tag) at GLib.Idle+IdleProxy.Dispose(Boolean disposing) at GLib.Idle+IdleProxy.Finalize() Domain: 'GLib' Level: Critical Message: Source ID 68 was not found when attempting to remove it Trace follows: at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level, System.String message) at GLib.Log.<LogFuncTrampoline>m__0(System.String domain, LogLevelFlags level, System.String message, GLib.LogFunc user_data) at GLib.Source.g_source_remove(UInt32 ) at GLib.Source.Remove(UInt32 tag) at GLib.Idle+IdleProxy.Dispose(Boolean disposing) at GLib.Idle+IdleProxy.Finalize() [FSpot.Core.Tag] Finalizer called on FSpot.Core.Category. Should be Disposed Finalizer called on FSpot.Utils.DisposableCache`2[System.String,Gdk.Pixbuf]. Should be Disposed [FSpot.Core.Tag] Finalizer called on FSpot.Core.Tag. Should be Disposed [FSpot.Core.Tag] Finalizer called on FSpot.Core.Category. Should be Disposed Finalizer called on FSpot.PhotoView. Should be Disposed [FSpot.Core.Tag] Finalizer called on FSpot.Core.Category. Should be Disposed Finalizer called on FSpot.Utils.DisposableCache`2[Hyena.SafeUri,Gdk.Pixbuf]. Should be Disposed [FSpot.Core.Tag] Finalizer called on FSpot.Core.Category. Should be Disposed Finalizer called on FSpot.Widgets.Filmstrip. Should be Disposed Finalizer called on FSpot.Database.Db. Should be Disposed
View Attachment As Raw
Actions:
View
Attachments on
bug 11253
:
5309
|
5310
|
5313
|
5314
|
5746
|
5747
|
5748
|
6826
|
6827
| 6828 |
7385
|
7394