Re: compiling 7.1 for Mac OSX

On Mon, Jan 06, 2003 at 01:09:23PM +0100, Irene Vatton wrote:
> > I have compiled amaya (without the i18n trick) 7.1 on OSX 10.1.5
> > and then updated the page.
> > I had tested only with a google search and it was worky, but
> > today I discover it crashes on www.w3.org!
> > After testing several sites, it seems to crash when it needs 
> > to load a separate CSS stylesheet. Any hint to debug this?
> 
> If you have gdb available, please send me the stack:
> 	gdb ..../GTK/bin/amaya
> 	run
> 	<after the crash>
> 	where
> 	quit

Hi Irene,

Here is what I got from gdb:

(gdb) run
Starting program: /usr/local/bin/amaya 
[Switching to thread 1 (process 3270 thread 0x1603)]
Reading symbols for shared libraries ................ done
Reading symbols for shared libraries .. done
Reading symbols for shared libraries . done

Program received signal EXC_BAD_ACCESS, Could not access memory.
0x0000a90c in GetLocalPath ()
(gdb) where
#0  0x0000a90c in GetLocalPath ()
#1  0x0005a3f0 in LoadRemoteStyleSheet ()
#2  0x0009b4c0 in LoadStyleSheet ()
#3  0x0003127c in CheckCSSLink ()
#4  0x000655a0 in XhtmlElementComplete ()
#5  0x0005d2cc in XmlCloseElement ()
#6  0x0005eaec in EndOfXmlElement ()
#7  0x0006190c in Hndl_ElementEnd ()
#8  0x000eb520 in doContent ()
#9  0x000eaba4 in contentProcessor ()
#10 0x000ea860 in XML_ParseBuffer ()
#11 0x000ea7dc in XML_Parse ()
#12 0x000637e4 in XmlParse ()
#13 0x00063b0c in StartXmlParser ()
#14 0x0004104c in LoadDocument ()
#15 0x00042800 in GetAmayaDoc_callback ()
#16 0x00069048 in ProcessTerminateRequest ()
#17 0x0006c750 in terminate_handler ()
#18 0x000db7f0 in HTNetCall_executeAfter ()
#19 0x000dbb54 in HTNet_executeAfterAll ()
#20 0x000dcb1c in HTNet_delete ()
#21 0x000b2390 in HTTPCleanup ()
#22 0x000b4580 in HTTPEvent ()
#23 0x000d7c44 in HostEvent ()
#24 0x000a9cfc in HTEventList_dispatch ()
#25 0x00068fbc in AHTCallback_bridgeGTK ()
#26 0x0182ebc4 in gdk_io_invoke (source=0x175f010, condition=35092624, data=0x27
7) at gdkevents.c:882
#27 0x0191c974 in g_io_unix_dispatch (source_data=0x800013a4, current_time=0x217
7890, user_data=0x277) at giounix.c:135
#28 0x0191e8ec in g_main_dispatch (dispatch_time=0xbfffed38) at gmain.c:656
#29 0x0191f08c in g_main_iterate (block=26423968, dispatch=1) at gmain.c:877
#30 0x0191f178 in g_main_iteration (block=24506384) at gmain.c:907
#31 0x01b89564 in gtk_main_iteration_do (blocking=1) at gtkmain.c:616
#32 0x00119f24 in TtaMainLoop ()
#33 0x00006bac in main ()
#34 0x000024d4 in _start ()
#35 0x00002304 in start ()
(gdb) 


-- 
Carine Bournez -+- W3C / INRIA Sophia-Antipolis  

Received on Monday, 6 January 2003 08:09:57 UTC