MySQL Forums
Forum List  »  Router & Proxy

Re: R/W splitting
Posted by: Christopher Hubrich
Date: August 01, 2007 09:45AM

k... here we are:

---snip---
==12471== Memcheck, a memory error detector.
==12471== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==12471== Using LibVEX rev 1732, a library for dynamic binary translation.
==12471== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==12471== Using valgrind-3.2.3, a dynamic binary instrumentation framework.
==12471== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==12471== For more details, rerun with: -v
==12471==
[1].connected_clients = 0
[1].idling_connections = 0
[1].type = 1
[1].state = 0
[1] open new connection
==12471== Invalid read of size 8
==12471== at 0x403A30: plugin_call (network-mysqld.c:743)
==12471== by 0x404D68: network_mysqld_con_handle (network-mysqld.c:1097)
==12471== by 0x4E2ADF4: event_base_loop (in /usr/lib64/libevent-1.1.so.1.0.2)
==12471== by 0x4054A5: network_mysqld_thread (network-mysqld.c:1478)
==12471== by 0x40325B: main (mysql-proxy.c:380)
==12471== Address 0x138 is not stack'd, malloc'd or (recently) free'd
==12471==
==12471== Process terminating with default action of signal 11 (SIGSEGV)
==12471== Access not within mapped region at address 0x138
==12471== at 0x403A30: plugin_call (network-mysqld.c:743)
==12471== by 0x404D68: network_mysqld_con_handle (network-mysqld.c:1097)
==12471== by 0x4E2ADF4: event_base_loop (in /usr/lib64/libevent-1.1.so.1.0.2)
==12471== by 0x4054A5: network_mysqld_thread (network-mysqld.c:1478)
==12471== by 0x40325B: main (mysql-proxy.c:380)
==12471==
==12471== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 2 from 1)
==12471== malloc/free: in use at exit: 92,918 bytes in 706 blocks.
==12471== malloc/free: 961 allocs, 255 frees, 181,863 bytes allocated.
==12471== For counts of detected errors, rerun with: -v
==12471== searching for pointers to 706 not-freed blocks.
==12471== checked 228,576 bytes.
==12471==
==12471== LEAK SUMMARY:
==12471== definitely lost: 0 bytes in 0 blocks.
==12471== possibly lost: 0 bytes in 0 blocks.
==12471== still reachable: 92,918 bytes in 706 blocks.
==12471== suppressed: 0 bytes in 0 blocks.
==12471== Rerun with --leak-check=full to see details of leaked memory.
Segmentation fault
---snip---

Options: ReplyQuote


Subject
Views
Written By
Posted
5597
July 30, 2007 04:54PM
2749
July 31, 2007 02:19PM
3099
July 31, 2007 09:10PM
2790
July 31, 2007 09:26PM
2883
July 31, 2007 10:03PM
2628
July 31, 2007 09:32PM
2584
July 31, 2007 10:11PM
2955
July 31, 2007 10:38PM
3121
July 31, 2007 11:04PM
2873
August 01, 2007 01:11AM
3102
August 01, 2007 09:05AM
2879
August 01, 2007 09:34AM
Re: R/W splitting
2641
August 01, 2007 09:45AM
2880
August 01, 2007 10:06AM
2939
August 01, 2007 10:16AM
2882
August 01, 2007 10:16AM
2815
August 02, 2007 01:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.