swarm-modeling
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: attempted to set color 255 twice


From: Marcus G. Daniels
Subject: Re: attempted to set color 255 twice
Date: 06 Jan 2001 14:54:42 -0700
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.6

SS> But even there I don't attempt to set the color #255 at all.
 
I suggest setting a breakpoint in GDB at that point and see who is calling it.
E.g. on a GNU/Linux system:

$ gdb .libs/heatbugs
(gdb) break main
(gdb) run
(gdb) next 
# i.e. step through initSwarm to load in Swarm shared libraries and symbols
(gdb) break Colormap.m:63
(gdb) c
# upon the breakpoint get a backtrace
(gdb) bt 


                  ==================================
   Swarm-Modelling is for discussion of Simulation and Modelling techniques
   esp. using Swarm.  For list administration needs (esp. [un]subscribing),
   please send a message to <address@hidden> with "help" in the
   body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]