memeco / osd-lyrics

Automatically exported from code.google.com/p/osd-lyrics
GNU General Public License v3.0
1 stars 0 forks source link

[devel] 在 Fedora 15 x64中,运行 osdlyrics时出现段错误 #192

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. 运行 osdlyrics git 4e55d0 版本,出现段错误。播放器是 Amarok

Please use labels and text to provide additional information.
简单用 gdb 运行了一下

$ gdb osd-lyrics 
GNU gdb (GDB) Fedora (7.2.90.20110411-34.fc15)
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/osd-lyrics...Reading symbols from 
/usr/lib/debug/usr/bin/osd-lyrics.debug...done.
done.
(gdb) run
Starting program: /usr/bin/osd-lyrics 
[Thread debugging using libthread_db enabled]
Detaching after fork from child process 24917.
Detaching after fork from child process 24918.

Program received signal SIGSEGV, Segmentation fault.
ol_get_string_from_hash_table (hash_table=<optimized out>, key=0x444f3d 
"artist") at ol_utils.c:20
20        if (value != NULL && G_VALUE_HOLDS_STRING(value))

Original issue reported on code.google.com by robinlee...@gmail.com on 28 Apr 2011 at 4:17

GoogleCodeExporter commented 8 years ago
master分支错误地合并了一个提交
请切换到develop分支,修复了这个问题

Original comment by tigerso...@gmail.com on 1 May 2011 at 8:40