On Sat, Jan 15, 2005 at 02:25:06PM -0600, Adam Majer wrote:
> Tim Weippert wrote:
> 
> >On Thu, 2005-01-13 at 12:43 -0600, Adam Majer wrote:
> >  
> >
> >>Does it get killed on any query? For example, using the mysql schema,
> >>
> >>SELECT * FROM user
> >>
> >>will it get killed on this as well?
> >>    
> >>
> >
> >Yes, it get killed on this as well. For a really short time i see the
> >result in the window and then dies.
> >  
> >
> 
> Ok. So it seems to happen on a mac. (it works quite ok on a i386).
> 
> I guess someone with a mac will have to debug the problem.

I have just run gdb on this, maybe it helps you or upstream to find out
what going on, i would look forward myself in the next few days:


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 65539 (LWP 25210)]
0x0feeb6d8 in free_root () from /usr/lib/libmysqlclient.so.14
(gdb) thread apply all bt

Thread 6 (Thread 65539 (LWP 25210)):
#0  0x0feeb6d8 in free_root () from /usr/lib/libmysqlclient.so.14
#1  0x0ff0c908 in free_old_query () from /usr/lib/libmysqlclient.so.14
#2  0x0ff0eaa4 in mysql_close () from /usr/lib/libmysqlclient.so.14
#3  0x1011f2f4 in myx_mysql_close ()
#4  0x10064174 in MQQueryDispatcher::normal_thread ()
#5  0x10067428 in SigC::ClassSlot1_<void, MQQueryDispatcher::Request*, 
MQQueryDispatcher>::proxy ()
#6  0x1006747c in SigC::AdaptorBindSlot0_1_<void, 
MQQueryDispatcher::Request*>::proxy ()
#7  0x0ec264ec in (anonymous namespace)::call_thread_entry_slot () from 
/usr/lib/libglibmm-2.0.so.1
#8  0x0e8781fc in g_static_private_free () from /usr/lib/libglib-2.0.so.0
#9  0x0e8781fc in g_static_private_free () from /usr/lib/libglib-2.0.so.0
#10 0x0e8781fc in g_static_private_free () from /usr/lib/libglib-2.0.so.0
#11 0x0e8781fc in g_static_private_free () from /usr/lib/libglib-2.0.so.0
Previous frame inner to this frame (corrupt stack?)
(gdb) 


I want to build the package with debugging symbols but haven't much time
yet ...

bye, 

    tim

-- 

Every time I think I know where it's at, they move it.

Tim Weippert <[EMAIL PROTECTED]>
http://www.topf-sicret.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to