dannote / mod-ndb

Automatically exported from code.google.com/p/mod-ndb
0 stars 0 forks source link

Solaris/Sun CC segfault #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is http://bugs.mysql.com/29283

It happens on Solaris with Sun's compiler, but not with gcc.

t@1 (l@1) signal SEGV (no mapping at the fault address) in LogHandlerList::add 
at 0xfebd0c0e
0xfebd0c0e: add+0x002a: cmpl     %ebx,0x00000004(%ecx)
Current function is connect_to_cluster
   96     c->connection = new Ndb_cluster_connection((srv->connect_string));

  [1] LogHandlerList::add(0x0, 0x80c76a0), at 0xfebd0c0e 
  [2] Logger::addHandler(0xfec0dec0, 0x80c76a0), at 0xfebcffd4 
  [3] Logger::createConsoleHandler(0xfec0dec0), at 0xfebcfc40 
  [4] Ndb_cluster_connection_impl::Ndb_cluster_connection_impl(0x80c6e88, 0x0), at 0xfeba6fd8 
  [5] Ndb_cluster_connection::Ndb_cluster_connection(0x80c13e0, 0x0), at 0xfeba6a78 
=>[6] connect_to_cluster(c = 0xfecb0adc, s = 0x80b67e4, srv = 0x80b803c, p = 
0x80ba7dc), 
line 96 in "mod_ndb_ap13.cc"
  [7] mod_ndb_child_init(s = 0x80b67e4, p = 0x80ba7dc), line 45 in "mod_ndb_ap13.cc"
  [8] ap_child_init_modules(0x80ba7dc, 0x80b67e4), at 0x805d6b8 
  [9] 0x8064f04(0x0), at 0x8064f04 
  [10] 0x8065521(0x80b67e4, 0x0, 0x473008ca), at 0x8065521 
  [11] 0x8065627(0x2), at 0x8065627 
  [12] 0x8065bd3(0x4, 0x8047cc0), at 0x8065bd3 
  [13] main(0x4, 0x8047cc0, 0x8047cd4), at 0x8066460 

Original issue reported on code.google.com by john.david.duncan on 6 Nov 2007 at 6:36

GoogleCodeExporter commented 9 years ago
This is fixed in MySQL Cluster 6.3.20.

Original comment by john.david.duncan on 30 Dec 2008 at 6:28