Menu

#11 Mac OS X compilation/runtime issues

open
None
5
2005-03-04
2004-05-20
Anonymous
No

On Mac OS X 10.3.3 (Darwin7.3.0), apple gcc 3.3. As of 0.6, the
make step fails
on util.s. This can be solved by removing the '%' in front of the
registers. The next problem is that on xmms runtime equ will say
the round function is undefined. This can be solved by prepending an
underscore to the round_ppc function in util.s- ie. replace
"round_ppc" with "_round_ppc".
One last crash report is that xmms segfaults on exit when xmms is
activated (doesn't when it's disabled). Backtrace of relevant events
is as follows

Program received signal EXC_BAD_ACCESS, Could not access
memory.
0x81820030 in ?? ()
(gdb) bt
#0 0x81820030 in ?? ()
Cannot access memory at address 0x81820030
Cannot access memory at address 0x81820030
#1 0x0200a770 in EQdraw_equalizer_window ()
#2 0x01089310 in gtk_marshal_BOOL__POINTER
(object=0xbfffeb20, func=0xbfffeb24, func_data=0x800038,
args=0x516e90) at g
tkmarshal.c:28
#3 0x010c4954 in gtk_handlers_run (handlers=0x1808ee0,
signal=0xbfffec40, object=0x516b30, params=0xbfffece0, after=0)
at gtksignal.c:1917
#4 0x010c3a54 in gtk_signal_real_emit (object=0x516b30,
signal_id=31, params=0xbfffece0) at gtksignal.c:1477
#5 0x010c113c in gtk_signal_emit (object=0x516b30, signal_id=31)
at gtksignal.c:552
#6 0x01103178 in gtk_widget_event (widget=0x516b30,
event=0x180f874) at gtkwidget.c:2864
#7 0x01088200 in gtk_main_do_event (event=0x180f874) at
gtkmain.c:837
#8 0x00400290 in gdk_event_dispatch (source_data=0xbfffeb20,
current_time=0xbfffeb24, user_data=0x800038) at gdkevents.
c:2139
#9 0x00499f08 in g_main_dispatch (dispatch_time=0xbffff1d0) at
gmain.c:656
#10 0x0049a5f4 in g_main_iterate (block=-1073747168,
dispatch=4907608) at gmain.c:877
#11 0x00012bac in cleanup_plugins () at pluginenum.c:436
#12 0x00033750 in mainwin_quit_cb () at main.c:899

Discussion

  • Felipe Rivera

    Felipe Rivera - 2005-03-04
    • assigned_to: nobody --> liebremx
     
  • Felipe Rivera

    Felipe Rivera - 2005-03-04

    Logged In: YES
    user_id=598063

    Has this been fixed using the CVS tree?

     

Log in to post a comment.

MongoDB Logo MongoDB