Menu

#1071 gnomoradio 0.14-1: crash on launch

10.3
open
5
2014-08-16
2004-09-17
No

Fink version:
Package manager version: 0.22.2
Distribution version: 0.7.1.rsync

Mac OS X version: 10.3.5 (7M34)

Gnomoradio 0.14-1 crashes shortly after launch. It outputs:

I/O warning : failed to load external entity
"/Users/parmadil/.roboradio-state"
I/O warning : failed to load external entity
"/Users/parmadil/.rainbow-db.xml"
HttpServer: started
HttpClient: New thread to handle recommend.gnomoradio.org
HubClient: Could not connect to host
HttpClient: POST /recommend.php HTTP/1.1
Segmentation fault

The crash log contains the following call sequence
(this is consistent):

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0xfffffff4

Thread 0 Crashed:
0 libglibmm-2.0.1.dylib 0x04d32d54
Glib::ustring::compare(char const*) const + 0x1c
(basic_string.h:261)
1 libroboradio-audio.0.dylib 0x01b21a8c
Roboradio::Audio::Mp3::get_info(unsigned int&) + 0x1c0
(stl_tree.h:199)
2 libroboradio.0.dylib 0x0261ac84
Roboradio::SongLocal::obtain_available_info() + 0x44
(song-local.cc:60)
3 libroboradio.0.dylib 0x02610410
_ZN9Roboradio7SongRefC4ERKN4Glib7ustringEbb + 0x2e4
(song.cc:68)
4 libroboradio.0.dylib 0x0261eb94
Roboradio::State::find_songs(Glib::ustring const&,
unsigned short) + 0x454 (song.h:164)
5 libroboradio.0.dylib 0x0261eb10
Roboradio::State::find_songs(Glib::ustring const&,
unsigned short) + 0x3d0 (state.cc:60)
6 libroboradio.0.dylib 0x0261eb10
Roboradio::State::find_songs(Glib::ustring const&,
unsigned short) + 0x3d0 (state.cc:60)
7 libroboradio.0.dylib 0x0261eb10
Roboradio::State::find_songs(Glib::ustring const&,
unsigned short) + 0x3d0 (state.cc:60)
8 libroboradio.0.dylib 0x0261eb10
Roboradio::State::find_songs(Glib::ustring const&,
unsigned short) + 0x3d0 (state.cc:60)
9 libroboradio.0.dylib 0x02628364
Roboradio::State::load_song_paths() + 0x40 (stl_tree.h:207)
10 libroboradio.0.dylib 0x0261167c
_ZN9Roboradio4InitC4Ev + 0x27c (init.cc:56)
11 gnomoradio 0x00003314 main + 0x44
(main.cc:37)
12 gnomoradio 0x00002dc0 _start +
0x188 (crt.c:267)
13 dyld 0x8fe1a558 _dyld_start
+ 0x64

Discussion

  • Max Horn

    Max Horn - 2005-07-27
    • assigned_to: nobody --> rangerrick
    • status: open --> pending
     
  • Max Horn

    Max Horn - 2005-07-27

    Logged In: YES
    user_id=12935

    0.15.1-2 is currently in CVS. Does the issue still occur?

     
  • Anonymous

    Anonymous - 2005-07-30
    • status: pending --> open
     
  • Anonymous

    Anonymous - 2005-07-30

    Logged In: YES
    user_id=836754

    Well, not precisely - it no longer crashes, but continues to
    not work. When run as simply "gnomoradio", the following is
    output:

    [HAL9000:~] parmadil% gnomoradio
    I/O warning : failed to load external entity
    "/Users/parmadil/.roboradio-state"
    I/O warning : failed to load external entity
    "/Users/parmadil/.rainbow-db.xml"
    HttpServer: started
    HttpClient: New thread to handle recommend.gnomoradio.org
    HttpClient: POST /recommend.php HTTP/1.1
    Abort

    ... at which point it exits. No crash is logged or reported.
    When run via "gnomoradio &", it doesn't stop but appears to
    hang there forever. In both cases, no window is ever shown.

     

Log in to post a comment.