[openmamba-devel-it] Problema con Chromium (e kwalletd) su kde 4.10.2

Silvan Calarco silvan.calarco a mambasoft.it
Gio 11 Apr 2013 12:52:25 CEST


In data giovedì 11 aprile 2013 09:01:07, ercolinux ha scritto:
> Scusa, mi ero dimenticato di installare il pacchetto di debug di chrome.
> Ecco il bt completo

A una prima analisi veloce dal backtrace non risulta una causa del crash 
facilmente individuabile. Terrei però presente che oltre all'aggiornamento a 
kde 4.10.2 non più presto dell'altro ieri sono stati resi disponibili in 
devel-makedist (e qui aggiornati) sia chromium dalla versione 24 alla 26 che 
gcc (libstdc++6) dalla versione 4.7.2 alla 4.8. Pertando tendendo per il 
momento ad accantonare l'ipotesi che il problema sia con kde 4.10.2, 
verificherei se possa dipendere dall'aggiornamento di chromium e/o di gcc.
Per quanto riguarda chromium:
1) provare temporaneamente a partire da una configurazione nuova (rinominando 
~/.config/chromium)
2) provare a downgradare chromium (sudo smart install chromium-24.0.1312.70)
3) provare a downgradare libstdc++ (sudo smart install libstdc++6-4.7.2)

ciao,
Silvan

> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0x8ff64b40 (LWP 31888)]
> 0xb6da9056 in std::ostream::sentry::sentry(std::ostream&) () from
> /usr/lib/libstdc++.so.6
> (gdb) bt
> #0  0xb6da9056 in std::ostream::sentry::sentry(std::ostream&) () from
> /usr/lib/libstdc++.so.6
> #1  0xb6da974a in std::basic_ostream<char, std::char_traits<char> >&
> std::__ostream_insert<char, std::char_traits<char>
> 
> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int) ()
> 
> from /usr/lib/libstdc++.so.6
> #2  0x827c666b in operator<< <std::char_traits<char> > (__s=0x83c8066f
> "ms", __out=...) at /usr/include/c++/4.8.0/ostream:535
> #3  LogResponseProfilingData (response=...) at
> sync/engine/syncer_proto_util.cc:54
> #4  syncer::SyncerProtoUtil::PostClientToServerMessage (msg=0x8ff63330,
> response=0x8ff63370, session=0x878a25a0)
>     at sync/engine/syncer_proto_util.cc:447
> #5  0x827bb65a in syncer::DownloadUpdatesCommand::ExecuteImpl
> (this=0x8ff63528, session=0x878a25a0)
>     at sync/engine/download_updates_command.cc:122
> #6  0x82776eb7 in syncer::SyncerCommand::Execute (this=0x8ff63528,
> session=0x878a25a0) at sync/engine/syncer_command.cc:13
> #7  0x82776bd8 in syncer::Syncer::SyncShare (this=this a entry=0x87a74820,
> session=0x878a25a0,
>     first_step=first_step a entry=syncer::DOWNLOAD_UPDATES,
> last_step=last_step a entry=syncer::APPLY_UPDATES) at
> sync/engine/syncer.cc:115
> #8  0x827730d3 in syncer::SyncSchedulerImpl::DoSyncSessionJob
> (this=this a entry=0x87215600, job=...)
>     at sync/engine/sync_scheduler_impl.cc:795
> #9  0x82773d50 in syncer::SyncSchedulerImpl::ScheduleConfiguration
> (this=0x87215600, params=...) at sync/engine/sync_scheduler_impl.cc:362
> #10 0x8273e534 in
> syncer::SyncManagerImpl::ConfigureSyncer(syncer::ConfigureReason,
> syncer::EnumSet<syncer::ModelType, (syncer::ModelType)2,
> (syncer::ModelType)22>, syncer::EnumSet<syncer::ModelType,
> (syncer::ModelType)2, (syncer::ModelType)22>, std::map<syncer::ModelType,
> syncer::ModelSafeGroup, std::less<syncer::ModelType>,
> std::allocator<std::pair<syncer::ModelType const, syncer::ModelSafeGroup> >
> 
> > const&, base::Callback<void ()> const&, base::Callback<void ()> const&)
> 
> (this=this a entry=0x86a46400,
>     reason=reason a entry=syncer::CONFIGURE_REASON_NEW_CLIENT,
> types_to_config=..., failed_types=..., new_routing_info=...,
> ready_task=...,
>     retry_task=...) at sync/internal_api/sync_manager_impl.cc:328
> #11 0x806054a4 in
> browser_sync::SyncBackendHost::Core::DoDownloadControlTypes
> (this=0x869d38c0)
>     at chrome/browser/sync/glue/sync_backend_host.cc:971
> #12 0x805fff52 in Run (object=<optimized out>, this=<synthetic pointer>) at
> ./base/bind_internal.h:134
> #13 MakeItSo (a1=<optimized out>, runnable=...) at
> ./base/bind_internal.h:871
> #14 base::internal::Invoker<1,
> base::internal::BindState<base::internal::RunnableAdapter<void
> (browser_sync::SyncBackendHost::Core::*)()>, void
> (browser_sync::SyncBackendHost::Core*), void
> (browser_sync::SyncBackendHost::Core*)>, void
> (browser_sync::SyncBackendHost::Core*)>::Run(base::internal::BindStateBase*)
> (base=0x87cfaa00) at ./base/bind_internal.h:1173
> #15 0x80a6d87a in Run (this=0x8ff63c48) at ./base/callback.h:396
> #16 MessageLoop::RunTask (this=this a entry=0x8ff6406c, pending_task=...) at
> base/message_loop.cc:476
> #17 0x80a6ece4 in MessageLoop::DeferOrRunPendingTask
> (this=this a entry=0x8ff6406c,
> pending_task=...) at base/message_loop.cc:488
> #18 0x80a70a93 in MessageLoop::DoWork (this=0x8ff6406c) at
> base/message_loop.cc:671
> #19 0x80a74bb9 in base::MessagePumpDefault::Run (this=0x86afb6c0,
> delegate=0x8ff6406c) at base/message_pump_default.cc:29
> #20 0x80a719bf in MessageLoop::RunInternal (this=0x8ff6406c) at
> base/message_loop.cc:433
> #21 0x80a8cb52 in base::RunLoop::Run (this=0x8ff63f34) at
> base/run_loop.cc:45
> #22 0x80a6cf24 in MessageLoop::Run (this=0x8ff6406c) at
> base/message_loop.cc:313
> #23 0x80aa706b in base::Thread::Run (this=0x8637e19c,
> message_loop=0x8ff6406c) at base/threading/thread.cc:152
> #24 0x80aa775a in base::Thread::ThreadMain (this=0x8637e19c) at
> base/threading/thread.cc:197
> #25 0x80aa205d in base::(anonymous namespace)::ThreadFunc
> (params=0x86a38b70) at base/threading/platform_thread_posix.cc:100
> #26 0xb6ed1da3 in start_thread (arg=0x8ff64b40) at pthread_create.c:308
> #27 0xb6c1cb8e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:131
> 
> A presto
> Ercole
> 
> On 11 April 2013 08:22, ercolinux <ercole69 a gmail.com> wrote:
> > Ciao, ecco il backtrace:
> > 
> > [16798:16798:0411/081956:ERROR:omnibox_view_gtk.cc(431)] Not implemented
> > reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
> > 
> > Program received signal SIGSEGV, Segmentation fault.
> > [Switching to Thread 0x90764b40 (LWP 16862)]
> > 0xb6da9056 in std::ostream::sentry::sentry(std::ostream&) () from
> > /usr/lib/libstdc++.so.6
> > (gdb) bt
> > #0  0xb6da9056 in std::ostream::sentry::sentry(std::ostream&) () from
> > /usr/lib/libstdc++.so.6
> > #1  0xb6da974a in std::basic_ostream<char, std::char_traits<char> >&
> > std::__ostream_insert<char, std::char_traits<char>
> > 
> > >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int) ()
> > 
> > from /usr/lib/libstdc++.so.6
> > #2  0x827c666b in ?? ()
> > #3  0x827bb65a in ?? ()
> > #4  0x82776eb7 in ?? ()
> > #5  0x82776bd8 in ?? ()
> > #6  0x827730d3 in ?? ()
> > #7  0x82773d50 in ?? ()
> > #8  0x8273e534 in ?? ()
> > #9  0x806054a4 in ?? ()
> > #10 0x805fff52 in ?? ()
> > #11 0x80a6d87a in ?? ()
> > #12 0x80a6ece4 in ?? ()
> > #13 0x80a70a93 in ?? ()
> > #14 0x80a74bb9 in ?? ()
> > #15 0x80a719bf in ?? ()
> > #16 0x80a8cb52 in ?? ()
> > #17 0x80a6cf24 in ?? ()
> > #18 0x80aa706b in ?? ()
> > #19 0x80aa775a in ?? ()
> > #20 0x80aa205d in ?? ()
> > #21 0xb6ed1da3 in start_thread (arg=0x90764b40) at pthread_create.c:308
> > #22 0xb6c1cb8e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:131
> > 
> > 
> > A presto
> > Ercole
> > 
> > On 10 April 2013 16:47, Silvan Calarco <silvan.calarco a mambasoft.it>wrote:
> >> In data mercoledì 10 aprile 2013 16:34:27, ercolinux ha scritto:
> >> > 2013/4/10 Silvan Calarco <silvan.calarco a mambasoft.it>
> >> > 
> >> > > In data mercoledì 10 aprile 2013 09:51:44, ercolinux ha scritto:
> >> > > > Ciao a tutti, ho fatto gli ultimi aggiornamenti di kde4 alla 4.10.2
> >> 
> >> e da
> >> 
> >> > > > allora chromium va in crash subito dopo l'avvio.
> >> > > > 
> >> > > > Questo è l'output di chromium
> >> > > > 
> >> > > > [...]
> >> > > > [7617:7668:0410/093349:ERROR:object_proxy.cc(529)] Failed to call
> >> > > 
> >> > > method:
> >> > > > org.kde.KWallet.isEnabled: object_path= /modules/kwalletd:
> >> > > > org.freedesktop.DBus.Error.ServiceUnknown: The name
> >> 
> >> org.kde.kwalletd was
> >> 
> >> > > > not provided by any .service files
> >> > > > 
> >> > > > [...]
> >> > > > e questo quello di kwalletd
> >> > > > [...]
> >> > > > kwalletd(8142): Communication problem with  "kwalletd" , it
> >> > > > probably
> >> > > > crashed.
> >> > > 
> >> > > Dopo un login al desktop è possibile aprire il portafogli dall'icona
> >> > > (visibile
> >> > > o nascosta) "Gestione portafogli di KDE" nel vassoio di sistema? Se
> >> 
> >> sì è
> >> 
> >> > > possibile farlo e accedere alle password anche dopo aver lanciato
> >> > > chromium?
> >> > 
> >> > Ciao, si mi fa accedere a Gestione portafoglio. Non ho portafogli
> >> 
> >> presenti
> >> 
> >> > (non ne avevo creati in effetti).
> >> > Dopo il lancio ho visto che il servizio risultava disattivato nel
> >> > programma. Ho provato ad attivarlo nelle configurazioni e da li il
> >> > programma kwalletd non mi da errore quando lo lancio.
> >> > chromium invece esce con questo errore:
> >> > 
> >> > 
> >> > Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading
> >> > configurations from ~/.fonts.conf is deprecated.
> >> > [11392:11445:0410/163226:ERROR:object_proxy.cc(624)] Failed to get name
> >> > owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get
> >> 
> >> owner
> >> 
> >> > of name 'org.chromium.Mtpd': no such name
> >> > [11392:11445:0410/163226:ERROR:object_proxy.cc(624)] Failed to get name
> >> > owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get
> >> 
> >> owner
> >> 
> >> > of name 'org.chromium.Mtpd': no such name
> >> > Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading
> >> > configurations from ~/.fonts.conf is deprecated.
> >> > [11392:11392:0410/163226:ERROR:object_proxy.cc(529)] Failed to call
> >> 
> >> method:
> >> > org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd:
> >> > org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd
> >> 
> >> was
> >> 
> >> > not provided by any .service files
> >> > [11392:11392:0410/163227:ERROR:omnibox_view_gtk.cc(431)] Not
> >> 
> >> implemented
> >> 
> >> > reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
> >> > Segmentation fault (core dumped)
> >> 
> >> Probabilmente il problema è altrove. Bisognerebbe vedere un backtrace di
> >> chromium:
> >> 
> >> gdb /opt/chromium/chrome
> >> 
> >> poi:
> >> r (run)
> >> bt (backtrace)
> >> 
> >> ciao,
> >> Silvan
> >> 
> >> --
> >> mambaSoft di Calarco Silvan
> >> Web: http://www.mambasoft.it
> >> 
> >> mambaSoft Store @ http://www.mambastore.it
> >> openmamba GNU/Linux development @ http://www.openmamba.org
> > 
> > --
> > Freedom is nothing else but a chance to be better.(A.Camus)
-- 
mambaSoft di Calarco Silvan
Web: http://www.mambasoft.it
 
mambaSoft Store @ http://www.mambastore.it
openmamba GNU/Linux development @ http://www.openmamba.org


Maggiori informazioni sulla lista openmamba-devel-it