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 135981 - segfault when loading oggs
segfault when loading oggs
Status: RESOLVED DUPLICATE of bug 135672
Product: rhythmbox
Classification: Other
Component: general
HEAD
Other Linux
: Normal critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-02 16:22 UTC by Luis Villa
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luis Villa 2004-03-02 16:22:57 UTC
When trying to import a folder of oggs, I get a segfault every time. This
is with HEAD gst* and HEAD RB.

Trace:
0x076b44d1 in malloc_consolidate () from /lib/tls/libc.so.6
(gdb) bt
  • #0 malloc_consolidate
    from /lib/tls/libc.so.6
  • #1 _int_malloc
    from /lib/tls/libc.so.6
  • #2 malloc
    from /lib/tls/libc.so.6
  • #3 g_malloc
    at gmem.c line 136
  • #4 g_mem_chunk_alloc
    at gmem.c line 837
  • #5 g_mem_chunk_alloc0
    at gmem.c line 879
  • #6 rhythmdb_tree_entry_allocate
    at rhythmdb-tree.c line 861
  • #7 rhythmdb_tree_entry_new
  • #8 rhythmdb_entry_new
  • #9 rhythmdb_add_song
  • #10 add_thread_main
    at rhythmdb.c line 994
  • #11 g_thread_create_proxy
    at gthread.c line 558
  • #12 start_thread
    from /lib/tls/libpthread.so.0
  • #13 clone
    from /lib/tls/libc.so.6

Comment 1 Colin Walters 2004-03-02 16:34:15 UTC
Yeah, known GStreamer bug :(

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