digideskio / protobuf-c

Automatically exported from code.google.com/p/protobuf-c
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

std::bad_alloc during make #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
In Ubuntu 64 bit arch,
1. apt-get install libprotobuf3 libprotobuf-dev
2. Get the latest tar from here..
3. ./configure; make

What is the expected output? What do you see instead?
Successful compilation

What version of the product are you using? On what operating system?
Tested with protobuf-c-0.11 and protobuf-c-0.10

Please provide any additional information below.
Make log:
Making all in test
make[2]: Entering directory
`/home/pushkar/projects/mesa/protobuff_stuf/protobuf-c-0.10/src/test'
mkdir -p generated-code
../protoc-c -I. --c_out=generated-code ./test.proto
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
make[2]: *** [generated-code/test.pb-c.c] Aborted
make[2]: Leaving directory
`/home/pushkar/projects/mesa/protobuff_stuf/protobuf-c-0.10/src/test'
make[1]: *** [all-recursive] Error 1

Original issue reported on code.google.com by pushkark...@gmail.com on 4 Dec 2009 at 8:47

GoogleCodeExporter commented 8 years ago
need more details - feel free to reopen with more info

Original comment by lahike...@gmail.com on 18 Mar 2010 at 2:44