Bug 203729 - Dolphin sigabrt when trying to open Samba share
Summary: Dolphin sigabrt when trying to open Samba share
Status: RESOLVED DUPLICATE of bug 185551
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Debian stable Unspecified
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-13 16:48 UTC by no.spam6401
Modified: 2009-08-15 00:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description no.spam6401 2009-08-13 16:48:41 UTC
Version:            (using KDE 4.2.4)
Installed from:    Debian stable Packages

Dolphin able to open samba shares to Windows XP machines. XP machines, however,
unable to see Kubuntu machine. Used DOLPHIN to configure file sharing on the Kubuntu machine. Now, trying to open shared files from the Kubuntu machine (on the XP machines) crashes Dolphin with a SIGABRT. The following is the crash report:

Application: Dolphin (dolphin), signal SIGABRT

Thread 1 (Thread 0xb5c8e700 (LWP 7141)):
[KCrash Handler]
#6  0xb7fdf430 in __kernel_vsyscall ()
#7  0xb63ef6d0 in raise () from /lib/tls/i686/cmov/libc.so.6
#8  0xb63f1098 in abort () from /lib/tls/i686/cmov/libc.so.6
#9  0xb63e85ce in __assert_fail () from /lib/tls/i686/cmov/libc.so.6
#10 0xb6351b6d in Strigi::AnalysisResult::Private::Private () from /usr/lib/libstreamanalyzer.so.0
#11 0xb6351c9a in Strigi::AnalysisResult::AnalysisResult () from /usr/lib/libstreamanalyzer.so.0
#12 0xb7e6e15e in ?? () from /usr/lib/libkio.so.5
#13 0xb7e6f842 in KFileMetaInfo::KFileMetaInfo () from /usr/lib/libkio.so.5
#14 0xb7e5e932 in KFileItem::metaInfo () from /usr/lib/libkio.so.5
#15 0xb7e61cc9 in KFileItem::getToolTipText () from /usr/lib/libkio.so.5
#16 0xb7c3ebe1 in ?? () from /usr/lib/libdolphinprivate.so.4
#17 0xb7c3eed3 in ?? () from /usr/lib/libdolphinprivate.so.4
#18 0xb67acca8 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#19 0xb67ad932 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#20 0xb67e8717 in QTimer::timeout () from /usr/lib/libQtCore.so.4
#21 0xb67b26fe in QTimer::timerEvent () from /usr/lib/libQtCore.so.4
#22 0xb67a715f in QObject::event () from /usr/lib/libQtCore.so.4
#23 0xb69cee9c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#24 0xb69d719e in QApplication::notify () from /usr/lib/libQtGui.so.4
#25 0xb7728e0d in KApplication::notify () from /usr/lib/libkdeui.so.5
#26 0xb6796a3b in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#27 0xb67c5d71 in ?? () from /usr/lib/libQtCore.so.4
#28 0xb67c24e0 in ?? () from /usr/lib/libQtCore.so.4
#29 0xb5f14b88 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#30 0xb5f180eb in ?? () from /usr/lib/libglib-2.0.so.0
#31 0xb5f18268 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#32 0xb67c2438 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#33 0xb6a70365 in ?? () from /usr/lib/libQtGui.so.4
#34 0xb679506a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#35 0xb67954aa in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#36 0xb6797959 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#37 0xb69ced17 in QApplication::exec () from /usr/lib/libQtGui.so.4
#38 0x08085a5f in _start ()
Comment 1 no.spam6401 2009-08-13 16:50:09 UTC
This is very similar to bug 199363, for example, however rebooting does not fix the problem.
Comment 2 Frank Reininghaus 2009-08-13 23:19:58 UTC
Thanks for the bug report.

(In reply to comment #1)
> This is very similar to bug 199363

that's a typo, I suppose? It does not seem to have much in common with that one.

However, it looks like it might be a duplicate of bug 185551 (which is a bug in Strigi, which is released separately from KDE). Could you run Dolphin in a Konsole and check if the error output before the crash contains

"Strigi::AnalysisResult::Private::Private(const std::string&, time_t,
Strigi::IndexWriter&, Strigi::StreamAnalyzer&, const std::string&,
Strigi::AnalysisResult&): Assertion `pos != m_path.size()-1' failed."?

Thanks.
Comment 3 no.spam6401 2009-08-14 20:15:11 UTC
----- Original Message ----- 
From: "Frank Reininghaus" <frank78ac@googlemail.com> 
To: "no spam6401" <no.spam6401@comcast.net> 
Sent: Thursday, August 13, 2009 5:20:00 PM GMT -05:00 US/Canada Eastern 
Subject: [Bug 203729] Dolphin sigabrt when trying to open Samba share 

https://bugs.kde.org/show_bug.cgi?id=203729 


Frank Reininghaus <frank78ac@googlemail.com> changed: 

What |Removed |Added 
---------------------------------------------------------------------------- 
CC| |frank78ac@googlemail.com 




--- Comment #2 from Frank Reininghaus <frank78ac googlemail com> 2009-08-13 23:19:58 --- 
Thanks for the bug report. 

(In reply to comment #1) 
> This is very similar to bug 199363 

that's a typo, I suppose? It does not seem to have much in common with that 
one. 

However, it looks like it might be a duplicate of bug 185551 (which is a bug in 
Strigi, which is released separately from KDE). Could you run Dolphin in a 
Konsole and check if the error output before the crash contains 

"Strigi::AnalysisResult::Private::Private(const std::string&, time_t, 
Strigi::IndexWriter&, Strigi::StreamAnalyzer&, const std::string&, 
Strigi::AnalysisResult&): Assertion `pos != m_path.size()-1' failed."? 

Thanks. 

--Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email 
------- You are receiving this mail because: ------- 
You reported the bug. 
============================================================================ 
I ran Dolphin from the command line. Here's the output: 


tom@kubuntu-1:~$ dolphin 
"/usr/bin/dolphin(5107)" Error in thread 3049768704 : "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files" 
"/usr/bin/dolphin(5107)" Error in thread 3049768704 : "QLocalSocket::connectToServer: Invalid name" 
tom@kubuntu-1:~$ WARNING: field 'http://strigi.sf.net/ontologies/0.9#debugParseError' is not defined in any rdfs ontology database. 
/usr/lib/strigi/strigita_avi.so 
/usr/lib/strigi/strigita_xbm.so 
/usr/lib/strigi/strigita_audible.so 
/usr/lib/strigi/strigiea_ics.so 
/usr/lib/strigi/strigita_rgb.so 
/usr/lib/strigi/strigita_au.so 
/usr/lib/strigi/strigita_font.so 
/usr/lib/strigi/strigila_xpm.so 
/usr/lib/strigi/strigita_dds.so 
/usr/lib/strigi/strigita_ico.so 
/usr/lib/strigi/strigita_gif.so 
/usr/lib/strigi/strigita_wav.so 
/usr/lib/strigi/strigila_namespaceharvester.so 
/usr/lib/strigi/strigita_dvi.so 
/usr/lib/strigi/strigita_mp4.so 
/usr/lib/strigi/strigila_txt.so 
/usr/lib/strigi/strigita_sid.so 
/usr/lib/strigi/strigita_pcx.so 
/usr/lib/strigi/strigiea_vcf.so 
/usr/lib/strigi/strigila_cpp.so 
/usr/lib/strigi/strigila_deb.so 
/usr/lib/strigi/strigiea_jpeg.so 
WARNING: field 'maxLineLength' is not defined in any rdfs ontology database. 
WARNING: field 'line ending format' is not defined in any rdfs ontology database. 
WARNING: field 'content.mime_type' is not defined in any rdfs ontology database. 
WARNING: field 'audio.title' is not defined in any rdfs ontology database. 
WARNING: field 'audio.artist' is not defined in any rdfs ontology database. 
WARNING: field 'todo.audio.narrator' is not defined in any rdfs ontology database. 
WARNING: field 'media.codec' is not defined in any rdfs ontology database. 
WARNING: field 'todo.audible.user_id' is not defined in any rdfs ontology database. 
WARNING: field 'todo.audible.user_alias' is not defined in any rdfs ontology database. 
WARNING: field 'audio.duration' is not defined in any rdfs ontology database. 
WARNING: field 'content.description' is not defined in any rdfs ontology database. 
WARNING: field 'content.copyright' is not defined in any rdfs ontology database. 
WARNING: field 'content.keyword' is not defined in any rdfs ontology database. 
WARNING: field 'content.creation_time' is not defined in any rdfs ontology database. 
WARNING: field 'content.maintainer' is not defined in any rdfs ontology database. 
WARNING: field 'content.ID' is not defined in any rdfs ontology database. 
WARNING: field 'audio.channel_count' is not defined in any rdfs ontology database. 
WARNING: field 'dds volume depth' is not defined in any rdfs ontology database. 
WARNING: field 'dds mipmap count' is not defined in any rdfs ontology database. 
WARNING: field 'dds image type' is not defined in any rdfs ontology database. 
WARNING: field 'font.family' is not defined in any rdfs ontology database. 
WARNING: field 'font.weight' is not defined in any rdfs ontology database. 
WARNING: field 'font.slant' is not defined in any rdfs ontology database. 
WARNING: field 'font.width' is not defined in any rdfs ontology database. 
WARNING: field 'font.spacing' is not defined in any rdfs ontology database. 
WARNING: field 'font.foundry' is not defined in any rdfs ontology database. 
WARNING: field 'content.version' is not defined in any rdfs ontology database. 
WARNING: field 'document.stats.image_count' is not defined in any rdfs ontology database. 
WARNING: field 'content.genre' is not defined in any rdfs ontology database. 
WARNING: field 'TODO_trackNumber' is not defined in any rdfs ontology database. 
WARNING: field 'TODO_discNumber' is not defined in any rdfs ontology database. 
WARNING: field 'content.author' is not defined in any rdfs ontology database. 
WARNING: field 'content.comment' is not defined in any rdfs ontology database. 
WARNING: field 'audio.album' is not defined in any rdfs ontology database. 
WARNING: field 'TODO_audio.albumartist' is not defined in any rdfs ontology database. 
WARNING: field 'content.links' is not defined in any rdfs ontology database. 
WARNING: field 'TODO_content.purchaser' is not defined in any rdfs ontology database. 
WARNING: field 'TODO_content.purchasedate' is not defined in any rdfs ontology database. 
WARNING: field 'content.generator' is not defined in any rdfs ontology database. 
WARNING: field 'media.duration' is not defined in any rdfs ontology database. 
WARNING: field 'TODO_video.duration' is not defined in any rdfs ontology database. 
WARNING: field 'av.audio_codec' is not defined in any rdfs ontology database. 
WARNING: field 'av.video_codec' is not defined in any rdfs ontology database. 
WARNING: field 'content.thumbnail' is not defined in any rdfs ontology database. 
WARNING: field 'user.rating' is not defined in any rdfs ontology database. 
WARNING: field 'image.width' is not defined in any rdfs ontology database. 
WARNING: field 'image.height' is not defined in any rdfs ontology database. 
WARNING: field 'media.sample_rate' is not defined in any rdfs ontology database. 
WARNING: field 'media.sample_format' is not defined in any rdfs ontology database. 
WARNING: field 'document.stats.image_name' is not defined in any rdfs ontology database. 
WARNING: field 'document.stats.image_shared_rows' is not defined in any rdfs ontology database. 
WARNING: field 'Product Id' is not defined in any rdfs ontology database. 
WARNING: field 'Events' is not defined in any rdfs ontology database. 
WARNING: field 'Journals' is not defined in any rdfs ontology database. 
WARNING: field 'Todos' is not defined in any rdfs ontology database. 
WARNING: field 'Todos Completed' is not defined in any rdfs ontology database. 
WARNING: field 'Todos Overdue' is not defined in any rdfs ontology database. 
WARNING: field 'ole.category' is not defined in any rdfs ontology database. 
WARNING: field 'ole.presentationtarget' is not defined in any rdfs ontology database. 
WARNING: field 'ole.manager' is not defined in any rdfs ontology database. 
WARNING: field 'ole.company' is not defined in any rdfs ontology database. 
WARNING: field 'document.stats.table_count' is not defined in any rdfs ontology database. 
WARNING: field 'document.stats.object_count' is not defined in any rdfs ontology database. 
WARNING: field 'http://rdf.openmolecules.net/0.9#moleculeCount' is not defined in any rdfs ontology database. 
dolphin: /build/buildd/strigi-0.6.4/src/streamanalyzer/analysisresult.cpp:152: Strigi::AnalysisResult::Private::Private(const std::string&, time_t, Strigi::IndexWriter&, Strigi::StreamAnalyzer&, const std::string&, Strigi::AnalysisResult&): Assertion `pos != m_path.size()-1' failed. 
KCrash: Application 'dolphin' crashing... 
sock_file=/home/tom/.kde/socket-kubuntu-1/kdeinit4__0 



I don't know if this will help or not. But thank you for your quick reply. 

Looking at bug 185551 -- I'm not sure that one is any more related than 199363. 

Dolphin crashes when it tries to open a directory on an XP machine thru Samba. Nautilus seems to 
have no problems with this, so I'm assuming that I don't have anything goofed up in the way I Samba set 
up. .
Comment 4 Frank Reininghaus 2009-08-15 00:37:30 UTC
Thanks a lot, the error output did help. It's indeed a duplicate of bug 185551 which is fixed already in Strigi (which is released separately from KDE). I can't tell you though when a fixed Strigi package will be provided by your distribution. If you want to know, please contact your distribution directly.

*** This bug has been marked as a duplicate of bug 185551 ***