After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735519 - bijiben crashes on start (on_owncloud_volume_mounted)
bijiben crashes on start (on_owncloud_volume_mounted)
Status: RESOLVED DUPLICATE of bug 735492
Product: bijiben
Classification: Applications
Component: Providers
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: Bijiben maintainer(s)
Bijiben maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-08-27 13:11 UTC by Igor Gnatenko
Modified: 2014-08-31 21:56 UTC
See Also:
GNOME target: ---
GNOME version: 3.13/3.14



Description Igor Gnatenko 2014-08-27 13:11:55 UTC
bijiben-3.13.90-1.fc22.x86_64

(gdb) t a a bt full

Thread 8 (Thread 0x7fffe928b700 (LWP 21104))

  • #0 syscall
  • #1 g_cond_wait
    at gthread-posix.c line 1390
  • #2 g_async_queue_pop_intern_unlocked
    at gasyncqueue.c line 419
  • #3 g_async_queue_pop_unlocked
    at gasyncqueue.c line 475
  • #4 g_thread_pool_thread_proxy
    at gthreadpool.c line 245
  • #5 g_thread_pool_thread_proxy
    at gthreadpool.c line 296
  • #6 g_thread_proxy
    at gthread.c line 764
  • #7 start_thread
  • #8 clone

Thread 7 (Thread 0x7fffe9a8c700 (LWP 21103))

  • #0 syscall
  • #1 g_cond_wait
    at gthread-posix.c line 1390
  • #2 g_async_queue_pop_intern_unlocked
    at gasyncqueue.c line 419
  • #3 g_async_queue_pop_unlocked
    at gasyncqueue.c line 475
  • #4 g_thread_pool_thread_proxy
    at gthreadpool.c line 245
  • #5 g_thread_pool_thread_proxy
    at gthreadpool.c line 296
  • #6 g_thread_proxy
    at gthread.c line 764
  • #7 start_thread
  • #8 clone

Thread 6 (Thread 0x7ffff4bc8700 (LWP 21102))

  • #0 syscall
  • #1 g_cond_wait
    at gthread-posix.c line 1390
  • #2 g_async_queue_pop_intern_unlocked
    at gasyncqueue.c line 419
  • #3 g_async_queue_pop_unlocked
    at gasyncqueue.c line 475
  • #4 g_thread_pool_thread_proxy
    at gthreadpool.c line 245
  • #5 g_thread_pool_thread_proxy
    at gthreadpool.c line 296
  • #6 g_thread_proxy
    at gthread.c line 764
  • #7 start_thread
  • #8 clone

Thread 5 (Thread 0x7ffff53c9700 (LWP 21101))

  • #0 syscall
  • #1 g_cond_wait
    at gthread-posix.c line 1390
  • #2 g_async_queue_pop_intern_unlocked
    at gasyncqueue.c line 419
  • #3 g_async_queue_pop_unlocked
    at gasyncqueue.c line 475
  • #4 g_thread_pool_thread_proxy
    at gthreadpool.c line 245
  • #5 g_thread_pool_thread_proxy
    at gthreadpool.c line 296
  • #6 g_thread_proxy
    at gthread.c line 764
  • #7 start_thread
  • #8 clone

Thread 4 (Thread 0x7ffff5bca700 (LWP 21100))

  • #0 syscall
  • #1 g_cond_wait_until
    at gthread-posix.c line 1437
  • #2 g_async_queue_pop_intern_unlocked
    at gasyncqueue.c line 422
  • #3 g_async_queue_timeout_pop
    at gasyncqueue.c line 543
  • #4 g_thread_pool_thread_proxy
    at gthreadpool.c line 167
  • #5 g_thread_pool_thread_proxy
    at gthreadpool.c line 364
  • #6 g_thread_proxy
    at gthread.c line 764
  • #7 start_thread
  • #8 clone

Thread 1 (Thread 0x7ffff7f97a40 (LWP 21092))

  • #0 g_type_check_instance_cast
    at gtype.c line 4013
  • #1 on_owncloud_volume_mounted
    at provider/biji-own-cloud-provider.c line 558
  • #2 g_simple_async_result_complete
    at gsimpleasyncresult.c line 763
  • #3 complete_in_idle_cb
    at gsimpleasyncresult.c line 775
  • #4 g_main_context_dispatch
    at gmain.c line 3064
  • #5 g_main_context_dispatch
    at gmain.c line 3663
  • #6 g_main_context_iterate
    at gmain.c line 3734
  • #7 g_main_context_iteration
    at gmain.c line 3795
  • #8 g_application_run
    at gapplication.c line 2219
  • #9 main
    at bjb-main.c line 37

Comment 1 Igor Gnatenko 2014-08-27 13:13:42 UTC
I have owncloud account in GOA, but there no slider for Notes app.
Comment 2 Pierre-Yves Luyten 2014-08-27 14:18:09 UTC
It is probably a duplicate from https://bugzilla.gnome.org/show_bug.cgi?id=735492
I can look at backtrace tonight
Comment 3 Igor Gnatenko 2014-08-27 15:22:24 UTC
(In reply to comment #2)
> It is probably a duplicate from
> https://bugzilla.gnome.org/show_bug.cgi?id=735492
> I can look at backtrace tonight

Yes. But trace seems some different.
Comment 4 Pierre-Yves Luyten 2014-08-31 21:56:22 UTC
Both fail at the same func.

Thread 1 (Thread 0x7ffff7f92a40 (LWP 11701))

  • #0 g_type_check_instance_cast
    at gtype.c line 4013
  • #1 on_owncloud_volume_mounted
    at provider/biji-own-cloud-provider.c line 558

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