<?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.ie/group/comp.lang.c++</id>
  <title type="text">comp.lang.c++ Google Group</title>
  <subtitle type="text">
  The object-oriented C++ language.
  </subtitle>
  <link href="/group/comp.lang.c++/feed/atom_v1_0_msgs.xml" rel="self" title="comp.lang.c++ feed"/>
  <updated>2010-03-17T23:14:54Z</updated>
  <generator uri="http://groups.google.ie" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>cerr</name>
  <email>ron.egg...@gmail.com</email>
  </author>
  <updated>2010-03-17T23:14:54Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/6d78e20f78a5af2d/297b7a6ea7a0e494?show_docid=297b7a6ea7a0e494</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/6d78e20f78a5af2d/297b7a6ea7a0e494?show_docid=297b7a6ea7a0e494"/>
  <title type="text">Re: SIGKILL</title>
  <summary type="html" xml:space="preserve">
  Now I got a &amp;quot;child terminated with signal 9&amp;quot; on the shell.... what &lt;br&gt; does that mean, any clues? :o &lt;br&gt; Sems to be something from pthread but uhm... :-? &lt;br&gt; Thanks,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Daniel T.</name>
  <email>danie...@earthlink.net</email>
  </author>
  <updated>2010-03-17T23:02:11Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/3467a080f3e446c5/b6223242eb2cf518?show_docid=b6223242eb2cf518</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/3467a080f3e446c5/b6223242eb2cf518?show_docid=b6223242eb2cf518"/>
  <title type="text">Re: Using own class as key in map causes segmentation fault</title>
  <summary type="html" xml:space="preserve">
  Alf already covered the solution to the code you posted. Unless your key &lt;br&gt; class does something more, then you could replace it with a simple &lt;br&gt; vector&amp;lt;string&amp;gt;: &lt;br&gt; int main() &lt;br&gt; { &lt;br&gt; map&amp;lt;vector&amp;lt;string&amp;gt;,int&amp;gt; test; &lt;br&gt; &lt;p&gt; vector&amp;lt;string&amp;gt; s1; &lt;br&gt; s1.push_back(&amp;quot;3&amp;quot;); &lt;br&gt; s1.push_back(&amp;quot;6&amp;quot;); &lt;br&gt; test[s1]++; &lt;br&gt; &lt;p&gt; vector&amp;lt;string&amp;gt; s2;
  </summary>
  </entry>
  <entry>
  <author>
  <name>cerr</name>
  <email>ron.egg...@gmail.com</email>
  </author>
  <updated>2010-03-17T22:16:55Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/6d78e20f78a5af2d/aa66f825dc92d2db?show_docid=aa66f825dc92d2db</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/6d78e20f78a5af2d/aa66f825dc92d2db?show_docid=aa66f825dc92d2db"/>
  <title type="text">Re: SIGKILL</title>
  <summary type="html" xml:space="preserve">
  it is declared as a private std::string in the header. &lt;br&gt; Worth a try....
  </summary>
  </entry>
  <entry>
  <author>
  <name>Fred</name>
  <email>fred.l.kleinschm...@boeing.com</email>
  </author>
  <updated>2010-03-17T21:32:01Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/6d78e20f78a5af2d/f0e4889cb6fc1e1d?show_docid=f0e4889cb6fc1e1d</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/6d78e20f78a5af2d/f0e4889cb6fc1e1d?show_docid=f0e4889cb6fc1e1d"/>
  <title type="text">Re: SIGKILL</title>
  <summary type="html" xml:space="preserve">
  What is PIDMessageBuf ? Where is it defined? How is it defined? &lt;br&gt; Is it defined? &lt;br&gt; What happens if you output to cout instead of PIDfile?
  </summary>
  </entry>
  <entry>
  <author>
  <name>cerr</name>
  <email>ron.egg...@gmail.com</email>
  </author>
  <updated>2010-03-17T21:01:59Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/6d78e20f78a5af2d/41fd2ecd72f4bc88?show_docid=41fd2ecd72f4bc88</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/6d78e20f78a5af2d/41fd2ecd72f4bc88?show_docid=41fd2ecd72f4bc88"/>
  <title type="text">Re: SIGKILL</title>
  <summary type="html" xml:space="preserve">
  Well, it was run in gdb but gdb doesn&#39;t say anything else than SIGKILL &lt;br&gt; either and after the sigkill you can&#39;t make a backtrace cause the app &lt;br&gt; terminated... &lt;br&gt; How would I get a core dump that i can do something with? :o
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joshua Maurice</name>
  <email>joshuamaur...@gmail.com</email>
  </author>
  <updated>2010-03-17T20:45:02Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/fd0c488ffcdc9246/4e086e41721cb758?show_docid=4e086e41721cb758</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/fd0c488ffcdc9246/4e086e41721cb758?show_docid=4e086e41721cb758"/>
  <title type="text">Re: Different results from different gcc versions</title>
  <summary type="html" xml:space="preserve">
  Why? Perhaps there is a good reason, but I would question until I got &lt;br&gt; that good reason.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ian Collins</name>
  <email>ian-n...@hotmail.com</email>
  </author>
  <updated>2010-03-17T20:28:51Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/6d78e20f78a5af2d/d51313263c4197df?show_docid=d51313263c4197df</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/6d78e20f78a5af2d/d51313263c4197df?show_docid=d51313263c4197df"/>
  <title type="text">Re: SIGKILL</title>
  <summary type="html" xml:space="preserve">
  &amp;lt;snip&amp;gt; &lt;br&gt; Get them to either a) send you a core or b) run the code in a debugger &lt;br&gt; and give you a shout when it aborts.
  </summary>
  </entry>
  <entry>
  <author>
  <name>cerr</name>
  <email>ron.egg...@gmail.com</email>
  </author>
  <updated>2010-03-17T20:20:43Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/6d78e20f78a5af2d/d065380a18bceaae?show_docid=d065380a18bceaae</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/6d78e20f78a5af2d/d065380a18bceaae?show_docid=d065380a18bceaae"/>
  <title type="text">SIGKILL</title>
  <summary type="html" xml:space="preserve">
  Hi There, &lt;br&gt; I had to add a certain portion of code to an application which had &lt;br&gt; been considered to run stable (bewfore my addition). Now the QA guy &lt;br&gt; came back to me saying that he&#39;s seeing a SIGKILL after a while &lt;br&gt; (several hours) since my code addition. The code I added simply writes &lt;br&gt; a string (PIDMessageBuf - declared private) and a at runtime generated
  </summary>
  </entry>
  <entry>
  <author>
  <name>James Kanze</name>
  <email>james.ka...@gmail.com</email>
  </author>
  <updated>2010-03-17T19:41:38Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/bca04222e11a95e0/5f7d79403f1cf3b5?show_docid=5f7d79403f1cf3b5</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/bca04222e11a95e0/5f7d79403f1cf3b5?show_docid=5f7d79403f1cf3b5"/>
  <title type="text">Re: VS 2005 died on template (part II)</title>
  <summary type="html" xml:space="preserve">
  What does &amp;quot;died&amp;quot; mean in this case? The above code is illegal, &lt;br&gt; and shouldn&#39;t compile (regardless of which version of A you &lt;br&gt; define).
  </summary>
  </entry>
  <entry>
  <author>
  <name>John H.</name>
  <email>oldman_fromt...@yahoo.com</email>
  </author>
  <updated>2010-03-17T18:39:03Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/cfe13c98f3e19034/2361f8afe1ea8959?show_docid=2361f8afe1ea8959</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/cfe13c98f3e19034/2361f8afe1ea8959?show_docid=2361f8afe1ea8959"/>
  <title type="text">Re: Include header files in quotes or less-than greater-than signs?</title>
  <summary type="html" xml:space="preserve">
  On Mar 16, 9:27 am, Dwight Army of Champions &lt;br&gt; The difference is just the naming convention. Another one you might &lt;br&gt; find is &amp;quot;.hpp&amp;quot;. Under the hood they are all the same thing, headers. &lt;br&gt; Most likely they are the name of header files sitting on your machine &lt;br&gt; somewhere. &lt;br&gt; The C standard library has a lot of header files ending in .h, e.g.
  </summary>
  </entry>
  <entry>
  <author>
  <name>red floyd</name>
  <email>redfl...@gmail.com</email>
  </author>
  <updated>2010-03-17T17:28:05Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/ce22843b03b7665b/631cc67698846eff?show_docid=631cc67698846eff</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/ce22843b03b7665b/631cc67698846eff?show_docid=631cc67698846eff"/>
  <title type="text">Re: Is allocating large objects on the stack a good practice?</title>
  <summary type="html" xml:space="preserve">
  17.4.3.1.2/1 &lt;br&gt; -- Each name that contains a double underscore (__) or begins with an &lt;br&gt; underscore followed by an uppercase letter is reserved to the &lt;br&gt; implementation for any use. &lt;br&gt; -- Each name that begins with an underscore is reserved to the &lt;br&gt; implementation &lt;br&gt; for use as a name in the global namespace.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Shiva</name>
  <email>jsh...@bigfoot.com</email>
  </author>
  <updated>2010-03-17T16:30:13Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/d1bec9f4351c743e/b29e3b5b6fc151fb?show_docid=b29e3b5b6fc151fb</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/d1bec9f4351c743e/b29e3b5b6fc151fb?show_docid=b29e3b5b6fc151fb"/>
  <title type="text">===Welcome to comp.lang.c++! Read this first.</title>
  <summary type="html" xml:space="preserve">
  Welcome to comp.lang.c++! Read this first. &lt;br&gt; This post is intended to give the new reader an introduction to reading &lt;br&gt; and posting in this newsgroup. We respectfully request that you read &lt;br&gt; all the way through this post, as it helps make for a more pleasant &lt;br&gt; and useful group for everyone. &lt;br&gt; First of all, please keep in mind that comp.lang.c++ is a group for discussion
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nobody</name>
  <email>nob...@nowhere.com</email>
  </author>
  <updated>2010-03-17T14:19:38Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/ce22843b03b7665b/ada88bd09a707867?show_docid=ada88bd09a707867</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/ce22843b03b7665b/ada88bd09a707867?show_docid=ada88bd09a707867"/>
  <title type="text">Re: Is allocating large objects on the stack a good practice?</title>
  <summary type="html" xml:space="preserve">
  It&#39;s possible to write C code which doesn&#39;t leak. And in the cases where &lt;br&gt; you could use a stack-based array (i.e. where you only need the memory &lt;br&gt; for the duration of the function), it isn&#39;t very difficult to avoid leaks. &lt;br&gt; Where avoiding leaks is hard is where you return pointers to dynamically &lt;br&gt; allocated memory and then have to keep track of whether or not it&#39;s being
  </summary>
  </entry>
  <entry>
  <author>
  <name>AnonMail2005@gmail.com</name>
  <email>anonmail2...@gmail.com</email>
  </author>
  <updated>2010-03-17T14:03:30Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/3467a080f3e446c5/79bc5a8432346325?show_docid=79bc5a8432346325</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/3467a080f3e446c5/79bc5a8432346325?show_docid=79bc5a8432346325"/>
  <title type="text">Re: Using own class as key in map causes segmentation fault</title>
  <summary type="html" xml:space="preserve">
  There is also a copy of the entire vector in the constructor!!! &lt;br&gt; HTH
  </summary>
  </entry>
  <entry>
  <author>
  <name>Eric Sosman</name>
  <email>esos...@ieee-dot-org.invalid</email>
  </author>
  <updated>2010-03-17T12:22:46Z</updated>
  <id>http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/ce22843b03b7665b/57f02234ef1b8391?show_docid=57f02234ef1b8391</id>
  <link href="http://groups.google.ie/group/comp.lang.c++/browse_thread/thread/ce22843b03b7665b/57f02234ef1b8391?show_docid=57f02234ef1b8391"/>
  <title type="text">Re: Is allocating large objects on the stack a good practice?</title>
  <summary type="html" xml:space="preserve">
  For C, &amp;quot;All identifiers that begin with an underscore are &lt;br&gt; always reserved for use as identifiers with file scope in both &lt;br&gt; the ordinary and tag name spaces.&amp;quot; (7.1.3p1). So you could use &lt;br&gt; `_init&#39; inside a function, but not as a name for anything outside &lt;br&gt; a function. In particular, since &amp;quot;a higher-level routine&amp;quot; would
  </summary>
  </entry>
</feed>
