<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/hypertable-dev</id>
  <title type="text">Hypertable Development Google Group</title>
  <subtitle type="text">
  This group is for the discussion of Hypertable development.
  </subtitle>
  <link href="/group/hypertable-dev/feed/atom_v1_0_msgs.xml" rel="self" title="Hypertable Development feed"/>
  <updated>2008-10-09T16:59:18Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Luke</name>
  <email>vic...@gmail.com</email>
  </author>
  <updated>2008-10-09T16:59:18Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/cefac8b45610414e?show_docid=cefac8b45610414e</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/cefac8b45610414e?show_docid=cefac8b45610414e"/>
  <title type="text">Re: Segmentation fault in memcpy()</title>
  <summary type="html" xml:space="preserve">
  Hypertable uses dns very lightly mostly at init stage. I don&#39;t know if &lt;br&gt; you&#39;ve used libadns before, the interface is quite hairy. The easiest &lt;br&gt; fix would be an #ifdef for linux etc. As it turns out, gethostbyname &lt;br&gt; is actually thread safe on recent OS X (Darwin. The manual is &lt;br&gt; outdated) using thread local storage.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mateusz Berezecki</name>
  <email>mateu...@gmail.com</email>
  </author>
  <updated>2008-10-09T15:36:21Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/8ecb9f71b41ea3b0?show_docid=8ecb9f71b41ea3b0</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/8ecb9f71b41ea3b0?show_docid=8ecb9f71b41ea3b0"/>
  <title type="text">Re: [hypertable-dev] Re: Segmentation fault in memcpy()</title>
  <summary type="html" xml:space="preserve">
  perhaps libadns ? &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.chiark.greenend.org.uk/~ian/adns/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Mateusz
  </summary>
  </entry>
  <entry>
  <author>
  <name>Liu Kejia(Donald)</name>
  <email>donaldl...@gmail.com</email>
  </author>
  <updated>2008-10-09T14:58:58Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/0190ffc6658f7b59?show_docid=0190ffc6658f7b59</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/0190ffc6658f7b59?show_docid=0190ffc6658f7b59"/>
  <title type="text">Re: [hypertable-dev] Re: Segmentation fault in memcpy()</title>
  <summary type="html" xml:space="preserve">
  I believe I&#39;ve found the problem: In function InetAddr::initialize(), &lt;br&gt; the non-reentrant function gethostbyname() is used unprotected. I&#39;ve &lt;br&gt; replaced it with gethostbyname_r() and tested 3 more times, the &lt;br&gt; problem didn&#39;t occur any more. &lt;br&gt; According to its manpage, gethostbyname_r() seems to be only available
  </summary>
  </entry>
  <entry>
  <author>
  <name>Liu Kejia(Donald)</name>
  <email>donaldl...@gmail.com</email>
  </author>
  <updated>2008-10-05T15:46:58Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/9480072744cb1019/4d5b1362175a222a?show_docid=4d5b1362175a222a</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/9480072744cb1019/4d5b1362175a222a?show_docid=4d5b1362175a222a"/>
  <title type="text">Re: [hypertable-dev] Connecting to hyperspace?</title>
  <summary type="html" xml:space="preserve">
  Hi Mateusz, &lt;br&gt; Try the attached source file. It works with Hypertable 0.9.0.10. &lt;br&gt; src/cc/tools/hyperspace/hypers pace.cc can be used as sample code, too. &lt;br&gt; Donald
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mateusz Berezecki</name>
  <email>mateu...@gmail.com</email>
  </author>
  <updated>2008-10-05T14:33:26Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/9480072744cb1019/3f29e86266e9178d?show_docid=3f29e86266e9178d</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/9480072744cb1019/3f29e86266e9178d?show_docid=3f29e86266e9178d"/>
  <title type="text">Connecting to hyperspace?</title>
  <summary type="html" xml:space="preserve">
  Hi list readers, &lt;br&gt; I&#39;m curious if there&#39;s an easy way of connecting to the Hyperspace &lt;br&gt; without establishing a &amp;quot;full&amp;quot; Hypertable connection? The documentation &lt;br&gt; mentions a Hyperspace::Session object but it&#39;s constructor asks for &lt;br&gt; Comm object as well as property file path. Is there an effortless way &lt;br&gt; of getting Comm object and not instantiating Hypertable::Client ?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Doug Judd</name>
  <email>d...@zvents.com</email>
  </author>
  <updated>2008-10-02T14:50:27Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/61aba47163248616/fcba7f69c96e4cb7?show_docid=fcba7f69c96e4cb7</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/61aba47163248616/fcba7f69c96e4cb7?show_docid=fcba7f69c96e4cb7"/>
  <title type="text">On Vacation in October</title>
  <summary type="html" xml:space="preserve">
  I&#39;ll be leaving on vacation today and will be gone until October 29th. I&#39;ll &lt;br&gt; be offline the whole time, so you won&#39;t hear from me until I get back. Have &lt;br&gt; a great October! &lt;br&gt; - Doug
  </summary>
  </entry>
  <entry>
  <author>
  <name>Doug Judd</name>
  <email>d...@zvents.com</email>
  </author>
  <updated>2008-10-01T02:28:51Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/0807c1af0db97777/78165cd66fa86106?show_docid=78165cd66fa86106</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/0807c1af0db97777/78165cd66fa86106?show_docid=78165cd66fa86106"/>
  <title type="text">0.9.0.11 patch release available</title>
  <summary type="html" xml:space="preserve">
  Patch release 0.9.0.11 &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://0.9.0.10/&quot;&gt;[link]&lt;/a&gt;&amp;gt; has been released and is now &lt;br&gt; available for download at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.hypertable.org/download.html&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; NOTE: You may have to hit the refresh button on you browser to get the &lt;br&gt; latest file &lt;br&gt; Version 0.9.0.11: &lt;br&gt; (2008-09-30) &lt;br&gt; * Fixed problem with commit log garbage collection
  </summary>
  </entry>
  <entry>
  <author>
  <name>dmkd</name>
  <email>d...@bk.ru</email>
  </author>
  <updated>2008-09-25T11:53:12Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/52d88cd9bed771c3/28b8ce585f82a175?show_docid=28b8ce585f82a175</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/52d88cd9bed771c3/28b8ce585f82a175?show_docid=28b8ce585f82a175"/>
  <title type="text">Re: python bindings to hypertable</title>
  <summary type="html" xml:space="preserve">
  Trying to build HypertableBindings.cc &lt;br&gt; cmake -DBUILD_SHARED_LIBS=ON /path/to/PythonBinding/ &lt;br&gt; make &lt;br&gt; &lt;p&gt;&amp;lt;.....&amp;gt; &lt;br&gt; /usr/local/src/hypertable-0.9. 0.10-alpha/contrib/cc/PythonBi nding/ &lt;br&gt; HypertableBindings.h:166: instantiated from here &lt;br&gt; /usr/include/boost/noncopyable .hpp:27: error: &lt;br&gt; ‘boost::noncopyable_::noncopya ble::noncopyable(const
  </summary>
  </entry>
  <entry>
  <author>
  <name>Doug Judd</name>
  <email>d...@zvents.com</email>
  </author>
  <updated>2008-09-25T00:58:43Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/80d71b7539648de8?show_docid=80d71b7539648de8</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/80d71b7539648de8?show_docid=80d71b7539648de8"/>
  <title type="text">Re: [hypertable-dev] Re: Segmentation fault in memcpy()</title>
  <summary type="html" xml:space="preserve">
  That might explain how the program generated a segfault while running, but &lt;br&gt; dumps a good core image. Can you isolate the differences with this current &lt;br&gt; setup and your previous runs where you did not encounter the problem? Let &lt;br&gt; us know what changed from your previous runs where you did not encounter &lt;br&gt; these problems and this one. Did you update the software? Are these
  </summary>
  </entry>
  <entry>
  <author>
  <name>Liu Kejia(Donald)</name>
  <email>donaldl...@gmail.com</email>
  </author>
  <updated>2008-09-24T16:50:33Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/dcfb5cae908c743b?show_docid=dcfb5cae908c743b</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/dcfb5cae908c743b?show_docid=dcfb5cae908c743b"/>
  <title type="text">Re: [hypertable-dev] Re: Segmentation fault in memcpy()</title>
  <summary type="html" xml:space="preserve">
  Yes, they are using ECC memory. Do you mean there maybe a hardware &lt;br&gt; error or something? &lt;br&gt; Donald
  </summary>
  </entry>
  <entry>
  <author>
  <name>Doug Judd</name>
  <email>d...@zvents.com</email>
  </author>
  <updated>2008-09-24T02:15:43Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/fee98d75e4fc6238/a1bd1026a6e5af59?show_docid=a1bd1026a6e5af59</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/fee98d75e4fc6238/a1bd1026a6e5af59?show_docid=a1bd1026a6e5af59"/>
  <title type="text">Re: Major overhaul</title>
  <summary type="html" xml:space="preserve">
  We&#39;ve also upgraded to Hadoop 0.18.1 in one of the recent checkins. &lt;br&gt; - Doug
  </summary>
  </entry>
  <entry>
  <author>
  <name>Doug Judd</name>
  <email>d...@zvents.com</email>
  </author>
  <updated>2008-09-24T00:57:54Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/fee98d75e4fc6238/cf906c4579f501bf?show_docid=cf906c4579f501bf</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/fee98d75e4fc6238/cf906c4579f501bf?show_docid=cf906c4579f501bf"/>
  <title type="text">Major overhaul</title>
  <summary type="html" xml:space="preserve">
  I just finished a pretty major overhaul of the code. You can see the commit &lt;br&gt; at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/nuggetwheat/hypertable/commit/c725ccc123ea77c87935e724d78d60d169486181&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; The following two changes went in: &lt;br&gt; 1. Compactions now happen by freezing the cell cache and installing a new &lt;br&gt; empty one. When the compaction completes, the frozen cell cache gets thrown
  </summary>
  </entry>
  <entry>
  <author>
  <name>Doug Judd</name>
  <email>d...@zvents.com</email>
  </author>
  <updated>2008-09-24T00:04:20Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/8ea78b178249956b?show_docid=8ea78b178249956b</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/8ea78b178249956b?show_docid=8ea78b178249956b"/>
  <title type="text">Re: [hypertable-dev] Re: Segmentation fault in memcpy()</title>
  <summary type="html" xml:space="preserve">
  Hi Donald, &lt;br&gt; Can you verify that these machines are installed with ECC memory? &lt;br&gt; - Doug
  </summary>
  </entry>
  <entry>
  <author>
  <name>Liu Kejia(Donald)</name>
  <email>donaldl...@gmail.com</email>
  </author>
  <updated>2008-09-23T15:24:44Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/9c2fe5e86785fbae?show_docid=9c2fe5e86785fbae</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/9c2fe5e86785fbae?show_docid=9c2fe5e86785fbae"/>
  <title type="text">Re: [hypertable-dev] Re: Segmentation fault in memcpy()</title>
  <summary type="html" xml:space="preserve">
  Hi Doug, &lt;br&gt; I know this command, you&#39;ve taught me many times :) &lt;br&gt; I did examine other threads, but find nothing unusual. Full story followed: &lt;br&gt; $ gdb -c core.333 hypertable/0.9.0.10/bin/Hypert able.RangeServer &lt;br&gt; [...] &lt;br&gt; Core was generated by &lt;br&gt; `/home/ht4/hypertable/0.9.0.10 /bin/Hypertable.RangeServer &lt;br&gt; --pidfile=/home/ht4/hy&#39;.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Doug Judd</name>
  <email>d...@zvents.com</email>
  </author>
  <updated>2008-09-23T14:55:23Z</updated>
  <id>http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/9a71b3419ef9d91c?show_docid=9a71b3419ef9d91c</id>
  <link href="http://groups.google.com/group/hypertable-dev/browse_thread/thread/ccab80e74fe83245/9a71b3419ef9d91c?show_docid=9a71b3419ef9d91c"/>
  <title type="text">Re: [hypertable-dev] Segmentation fault in memcpy()</title>
  <summary type="html" xml:space="preserve">
  Hi Donald, &lt;br&gt; The segfault may have happened in a different thread. To view the stack &lt;br&gt; traces for all threads, issue this command: &lt;br&gt; (gdb) thread apply all where &lt;br&gt; You can then switch threads with the &#39;thread &amp;lt;tid&amp;gt;&#39; command. Try examining &lt;br&gt; the other threads to see if they were the cause. &lt;br&gt; - Doug
  </summary>
  </entry>
</feed>
