On 01/07/10 01:41, Pieter de Goeje wrote:
On Wednesday 06 January 2010 14:14:28 O. Hartmann wrote:
Dear Sirs,
We use a software package for scientific imagery processing from USGS,
ISIS3 (http://isis.astrogeology.usgs.gov/). The most recent version is
3.1.21 and since this version, the software intensively uses
libprotobuf.so.

While we can use ISIS 3.1.20 very well under FreeBSD 8.0/amd64, it is
impossible to use the software with version no. 3.1.21, which seems to
have some issues wih libprotobuf.so. Every client out of this ISIS3
package crashes with a segmentation fault and as far as I can judge the
situation, there is a problem with libprotobuf.so, against which all
clients out of ISIS 3.1.21 are linked.

Perhaps the ISIS package was developed using a different (older?) version of
Google's protocol buffers. Compiling protobuf from source is quite easy on
FreeBSD. You can find the source here:
http://code.google.com/p/protobuf/downloads/list
I would start by trying version 2.1.0 and 2.2.0a.


I searched for help on the ISIS3-support forum and realised that some
Apple OS X guys have had similar problems, but those threads where
closed immediately or got relative senseless response.

In our case, we compile every necessary library and prerequisite
software package (mostly Qt4 libs) from ports. This works great with
some tweaks for FreeBSD in make/config.freebsd (which I derived from
some linux and/or OS X config files).

Now I'm floating like a dead man i the water. Below I provide q gdb
output of the qview-client (the same is with all other clients, like
photrim etc. for those familiar with the software package).

A backtrace ('bt' at the gdb prompt) might contain more useful information.


Additionaly, I provide a truss-output, that stops at mmap issues.

Well, if someone could provide me with some advance debugging hints I
would appreaciate them. I'm pretty sure he problem is located within the
libprotobuf library or the way it is treated, but this is a guess of a
non-developer.

Thanks very much in advance.
Please reply also to this email address, since I'm not subscriber of the
list I post to.

Oliver

- Pieter


Hello Pieter,

ISIS3 utilises the very same revision of libprotobuf as FreeBSD has in the ports repositorium (libprotobuf.so.4.0.0, aka protobuf-2.2.0). The backtrace follows, it is a little bit lengthy ...


(gdb) bt
#0 0x0000000805a2f2c8 in std::_Rb_tree<std::string, std::pair<std::string const, std::pair<void const*, int> >, std::_Select1st<std::pair<std:: tring const, std::pair<void const*, int> > >, std::less<std::string>, std::allocator<std::pair<std::string const, std::pair<void const*, int> > >::_M_insert_unique () from /usr/local/lib/libprotobuf.so.4 #1 0x0000000805a326c6 in google::protobuf::InsertIfNotPresent<std::map<std::string, std::pair<void const*, int>, std::less<std::string>, std::a locator<std::pair<std::string const, std::pair<void const*, int> > > >, std::string, std::pair<void const*, int> > ()
   from /usr/local/lib/libprotobuf.so.4
#2 0x0000000805a32d4f in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex<std::pair<void const*, int> >::AddFile ()
   from /usr/local/lib/libprotobuf.so.4
#3 0x0000000805a2df86 in google::protobuf::EncodedDescriptorDatabase::Add () from /usr/local/lib/libprotobuf.so.4 #4 0x00000008059ed8fd in google::protobuf::DescriptorPool::InternalAddGeneratedFile () from /usr/local/lib/libprotobuf.so.4 #5 0x0000000805a16218 in google::protobuf::protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto () from /usr/local/lib/libprotobuf.so.4 #6 0x0000000805a168a5 in __static_initialization_and_destruction_0 () from /usr/local/lib/libprotobuf.so.4 #7 0x0000000805a64aab in __do_global_ctors_aux () from /usr/local/lib/libprotobuf.so.4
#8  0x00000008059d00f6 in _init () from /usr/local/lib/libprotobuf.so.4
#9  0x000000080064bc70 in ?? () from /libexec/ld-elf.so.1
#10 0x000000080052582b in dlsym () from /libexec/ld-elf.so.1
#11 0x0000000800526b85 in dlopen () from /libexec/ld-elf.so.1
#12 0x00000008005217a9 in ?? () from /libexec/ld-elf.so.1
#13 0x0000000000000000 in ?? ()
#14 0x0000000000000000 in ?? ()
#15 0x0000000000000000 in ?? ()
#16 0x0000000000000000 in ?? ()
#17 0x0000000000000001 in ?? ()
#18 0x00007fffffffe800 in ?? ()
#19 0x0000000000000000 in ?? ()
#20 0x00007fffffffe806 in ?? ()
#21 0x00007fffffffe822 in ?? ()
#22 0x00007fffffffe847 in ?? ()
#23 0x00007fffffffe852 in ?? ()
#24 0x00007fffffffe86c in ?? ()
#25 0x00007fffffffe879 in ?? ()
#26 0x00007fffffffe899 in ?? ()
#27 0x00007fffffffe8c7 in ?? ()
#28 0x00007fffffffe8d9 in ?? ()
#29 0x00007fffffffe8f0 in ?? ()
#30 0x00007fffffffe907 in ?? ()
#31 0x00007fffffffe927 in ?? ()
#32 0x00007fffffffe936 in ?? ()
#33 0x00007fffffffe943 in ?? ()
#34 0x00007fffffffe95d in ?? ()
#35 0x00007fffffffec8e in ?? ()
#36 0x00007fffffffecb1 in ?? ()
#37 0x00007fffffffecbc in ?? ()
#38 0x00007fffffffecd1 in ?? ()
#39 0x00007fffffffed99 in ?? ()
#40 0x00007fffffffedb2 in ?? ()
#41 0x00007fffffffedce in ?? ()
#42 0x00007fffffffedda in ?? ()
#43 0x00007fffffffedee in ?? ()
---Type <return> to continue, or q <return> to quit---
#44 0x00007fffffffee02 in ?? ()
#45 0x00007fffffffee0c in ?? ()
#46 0x00007fffffffee1d in ?? ()
#47 0x00007fffffffee2d in ?? ()
#48 0x00007fffffffee3a in ?? ()
#49 0x00007fffffffee49 in ?? ()
#50 0x00007fffffffee6d in ?? ()
#51 0x00007fffffffee86 in ?? ()
#52 0x00007fffffffee8e in ?? ()
#53 0x00007fffffffeea3 in ?? ()
#54 0x00007fffffffeec3 in ?? ()
#55 0x00007fffffffeed5 in ?? ()
#56 0x00007fffffffeeef in ?? ()
#57 0x00007fffffffef02 in ?? ()
#58 0x00007fffffffef19 in ?? ()
#59 0x00007fffffffef26 in ?? ()
#60 0x00007fffffffef33 in ?? ()
#61 0x00007fffffffef49 in ?? ()
#62 0x00007fffffffef71 in ?? ()
#63 0x0000000000000000 in ?? ()
#64 0x0000000000000003 in ?? ()
#65 0x0000000000400040 in ?? ()
#66 0x0000000000000004 in ?? ()
#67 0x0000000000000038 in ?? ()
#68 0x0000000000000005 in ?? ()
#69 0x0000000000000007 in ?? ()
#70 0x0000000000000006 in ?? ()
#71 0x0000000000001000 in ?? ()
#72 0x0000000000000008 in ?? ()
#73 0x0000000000000000 in ?? ()
#74 0x0000000000000009 in ?? ()
#75 0x0000000000406840 in ?? ()
#76 0x0000000000000007 in ?? ()
#77 0x000000080051e000 in ?? ()
#78 0x000000000000000f in ?? ()
#79 0x00007fffffffff9f in ?? ()
#80 0x0000000000000000 in ?? ()
#81 0x0000000000000000 in ?? ()
#82 0x0000000000000000 in ?? ()
#83 0x0000000000000000 in ?? ()
#84 0x0000000000000000 in ?? ()
#85 0x0000000000000000 in ?? ()
#86 0x0000000000000000 in ?? ()
#87 0x0000000000000000 in ?? ()
#88 0x0000000000000000 in ?? ()
#89 0x0000000000000000 in ?? ()
#90 0x0000000000000000 in ?? ()
#91 0x0000000000000000 in ?? ()
#92 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#93 0x0000000000000000 in ?? ()
#94 0x0000000000000000 in ?? ()
#95 0x0000000000000000 in ?? ()
#96 0x0000000000000000 in ?? ()
#97 0x0000000000000000 in ?? ()
#98 0x0000000000000000 in ?? ()
#99 0x0000000000000000 in ?? ()
#100 0x0000000000000000 in ?? ()
#101 0x0000000000000000 in ?? ()
#102 0x0000000000000000 in ?? ()
#103 0x0000000000000000 in ?? ()
#104 0x0000000000000000 in ?? ()
#105 0x0000000000000000 in ?? ()
#106 0x0000000000000000 in ?? ()
#107 0x0000000000000000 in ?? ()
#108 0x0000000000000000 in ?? ()
#109 0x0000000000000000 in ?? ()
#110 0x0000000000000000 in ?? ()
#111 0x0000000000000000 in ?? ()
#112 0x0000000000000000 in ?? ()
#113 0x0000000000000000 in ?? ()
#114 0x0000000000000000 in ?? ()
#115 0x0000000000000000 in ?? ()
#116 0x0000000000000000 in ?? ()
#117 0x0000000000000000 in ?? ()
#118 0x0000000000000000 in ?? ()
#119 0x0000000000000000 in ?? ()
#120 0x0000000000000000 in ?? ()
#121 0x0000000000000000 in ?? ()
#122 0x0000000000000000 in ?? ()
#123 0x0000000000000000 in ?? ()
#124 0x0000000000000000 in ?? ()
#125 0x0000000000000000 in ?? ()
#126 0x0000000000000000 in ?? ()
#127 0x0000000000000000 in ?? ()
#128 0x0000000000000000 in ?? ()
#129 0x5349007765697671 in ?? ()
#130 0x3d41544144335349 in ?? ()
#131 0x73692f656d6f682f in ?? ()
#132 0x7461642f332f7369 in ?? ()
#133 0x414e54534f480061 in ?? ()
#134 0x73656c65743d454d in ?? ()
#135 0x6e696f65672e6f74 in ?? ()
#136 0x7265622d75662e66 in ?? ()
#137 0x540065642e6e696c in ?? ()
#138 0x726574783d4d5245 in ?? ()
#139 0x3d4c4c454853006d in ?? ()
#140 0x636f6c2f7273752f in ?? ()
#141 0x622f6e69622f6c61 in ?? ()
---Type <return> to continue, or q <return> to quit---
#142 0x43494c4300687361 in ?? ()
#143 0x5345593d524f4c4f in ?? ()
#144 0x4f4f525349534900 in ?? ()
#145 0x6c2f7273752f3d54 in ?? ()
#146 0x6973692f6c61636f in ?? ()
#147 0x31322e312e332f73 in ?? ()
#148 0x4554335349534900 in ?? ()
#149 0x2f3d415441445453 in ?? ()
#150 0x6973692f656d6f68 in ?? ()
#151 0x617461642f332f73 in ?? ()
#152 0x65742f657361622f in ?? ()
#153 0x5700617461447473 in ?? ()
#154 0x3d4449574f444e49 in ?? ()
#155 0x3538363836303332 in ?? ()
#156 0x5f52454b414d5700 in ?? ()
#157 0x454d414e5f4e4942 in ?? ()
#158 0x0072656b616d773d in ?? ()
#159 0x2f3d445750444c4f in ?? ()
#160 0x61686f2f656d6f68 in ?? ()
#161 0x58006e6e616d7472 in ?? ()
#162 0x4548535f4d524554 in ?? ()
#163 0x2f7273752f3d4c4c in ?? ()
#164 0x69622f6c61636f6c in ?? ()
#165 0x5500687361622f6e in ?? ()
#166 0x7261686f3d524553 in ?? ()
#167 0x414d006e6e616d74 in ?? ()
#168 0x3d4b434548434c49 in ?? ()
#169 0x2f3d564e45003036 in ?? ()
#170 0x61686f2f656d6f68 in ?? ()
#171 0x2e2f6e6e616d7472 in ?? ()
#172 0x5245540063726873 in ?? ()
#173 0x6574783d5041434d in ?? ()
#174 0x6d726574787c6d72 in ?? ()
#175 0x587c726f6c6f632d in ?? ()
#176 0x696d726574203131 in ?? ()
#177 0x6c756d65206c616e in ?? ()
#178 0x4069743a726f7461 in ?? ()
#179 0x3d316b3a4065743a in ?? ()
#180 0x3d326b3a504f455c in ?? ()
#181 0x3d336b3a514f455c in ?? ()
#182 0x3d346b3a524f455c in ?? ()
#183 0x3d356b3a534f455c in ?? ()
#184 0x6b3a7e35315b455c in ?? ()
#185 0x7e37315b455c3d36 in ?? ()
#186 0x315b455c3d376b3a in ?? ()
#187 0x455c3d386b3a7e38 in ?? ()
#188 0x3d396b3a7e39315b in ?? ()
#189 0x6b3a7e30325b455c in ?? ()
#190 0x7e31325b455c3d3b in ?? ()
---Type <return> to continue, or q <return> to quit---
#191 0x325b455c3d31463a in ?? ()
#192 0x455c3d32463a7e33 in ?? ()
#193 0x3d37403a7e34325b in ?? ()
#194 0x3d38403a464f455c in ?? ()
#195 0x3d496b3a4d4f455c in ?? ()
#196 0x686b3a7e325b455c in ?? ()
#197 0x506b3a484f455c3d in ?? ()
#198 0x6b3a7e355b455c3d in ?? ()
#199 0x3a7e365b455c3d4e in ?? ()
#200 0x3a414f455c3d756b in ?? ()
#201 0x3a424f455c3d646b in ?? ()
#202 0x3a434f455c3d726b in ?? ()
#203 0x3a444f455c3d6c6b in ?? ()
#204 0x3a4d5b455c3d6d4b in ?? ()
#205 0x6f633a303523696c in ?? ()
#206 0x3a6d613a35343123 in ?? ()
#207 0x6d6b3a3231236e6b in ?? ()
#208 0x783a736d3a696d3a in ?? ()
#209 0x3d6c623a58413a6e in ?? ()
#210 0x455c3d73693a475e in ?? ()
#211 0x333f5b455c70215b in ?? ()
#212 0x6c345b455c6c343b in ?? ()
#213 0x5c3d73723a3e455c in ?? ()
#214 0x3f5b455c70215b45 in ?? ()
#215 0x345b455c6c343b33 in ?? ()
#216 0x3d656c3a3e455c6c in ?? ()
#217 0x455c3d4c413a485e in ?? ()
#218 0x3d4c443a4c64255b in ?? ()
#219 0x443a4d64255b455c in ?? ()
#220 0x5064255b455c3d43 in ?? ()
#221 0x4c5b455c3d6c613a in ?? ()
#222 0x505b455c3d63643a in ?? ()
#223 0x4d5b455c3d6c643a in ?? ()
#224 0x255b455c3d50553a in ?? ()
#225 0x455c3d4f443a4164 in ?? ()
#226 0x3d454c3a4264255b in ?? ()
#227 0x523a4464255b455c in ?? ()
#228 0x4364255b455c3d49 in ?? ()
#229 0x485b455c3d6f683a in ?? ()
#230 0x4a5b455c3d64633a in ?? ()
#231 0x4b5b455c3d65633a in ?? ()
#232 0x485b455c3d6c633a in ?? ()
#233 0x6d633a4a325b455c in ?? ()
#234 0x642569255b455c3d in ?? ()
#235 0x3d73633a4864253b in ?? ()
#236 0x3b642569255b455c in ?? ()
#237 0x5c3d6d693a726425 in ?? ()
#238 0x3d69653a68345b45 in ?? ()
#239 0x736b3a6c345b455c in ?? ()
---Type <return> to continue, or q <return> to quit---
#240 0x5c68313f5b455c3d in ?? ()
#241 0x455c3d656b3a3d45 in ?? ()
#242 0x3a3e455c6c313f5b in ?? ()
#243 0x7e335b455c3d446b in ?? ()
#244 0x733a6e5c3d66733a in ?? ()
#245 0x74733a4d455c3d72 in ?? ()
#246 0x3d74633a48455c3d in ?? ()
#247 0x63733a67335b455c in ?? ()
#248 0x3d63723a37455c3d in ?? ()
#249 0x5c3d41653a38455c in ?? ()
#250 0x3a3029455c422845 in ?? ()
#251 0x3a3028455c3d7361 in ?? ()
#252 0x3a4228455c3d6561 in ?? ()
#253 0x6d3a6c455c3d6c6d in ?? ()
#254 0x70753a6d455c3d75 in ?? ()
#255 0x646e3a415b455c3d in ?? ()
#256 0x646d3a435b455c3d in ?? ()
#257 0x6d3a6d315b455c3d in ?? ()
#258 0x6d3a6d5b455c3d65 in ?? ()
#259 0x3a6d375b455c3d72 in ?? ()
#260 0x6d375b455c3d6f73 in ?? ()
#261 0x325b455c3d65733a in ?? ()
#262 0x455c3d73753a6d37 in ?? ()
#263 0x5c3d65753a6d345b in ?? ()
#264 0x69763a6d34325b45 in ?? ()
#265 0x6c35323f5b455c3d in ?? ()
#266 0x3f5b455c3d65763a in ?? ()
#267 0x433a74753a683532 in ?? ()
#268 0x362361703a38236f in ?? ()
#269 0x5b455c3d706f3a34 in ?? ()
#270 0x413a6d39343b3933 in ?? ()
#271 0x6425345b455c3d42 in ?? ()
#272 0x5b455c3d46413a6d in ?? ()
#273 0x3d626b3a6d642533 in ?? ()
#274 0x4f4d003a3031305c in ?? ()
#275 0x45544e4952505f5a in ?? ()
#276 0x4c3d454d414e5f52 in ?? ()
#277 0x412f43303535354a in ?? ()

#278 0x78656c7075645f34 in ?? ()
#279 0x6d3d524547415000 in ?? ()
#280 0x5f5054460065726f in ?? ()
#281 0x5f45564953534150 in ?? ()
#282 0x5345593d45444f4d in ?? ()
#283 0x752f3d4854415000 in ?? ()
#284 0x6c61636f6c2f7273 in ?? ()
#285 0x752f3a6e6962732f in ?? ()
#286 0x6c61636f6c2f7273 in ?? ()
#287 0x73752f3a6e69622f in ?? ()
#288 0x2f3a6e6962732f72 in ?? ()
---Type <return> to continue, or q <return> to quit---
#289 0x3a6e69622f727375 in ?? ()
#290 0x62732f3a6e69622f in ?? ()
#291 0x2f7273752f3a6e69 in ?? ()
#292 0x69622f6c61636f6c in ?? ()
#293 0x6563697073632f6e in ?? ()
#294 0x6f6c2f7273752f3a in ?? ()
#295 0x736973692f6c6163 in ?? ()
#296 0x2f31322e312e332f in ?? ()
#297 0x7273752f3a6e6962 in ?? ()
#298 0x6b2f6c61636f6c2f in ?? ()
#299 0x3a6e69622f346564 in ?? ()
#300 0x636f6c2f7273752f in ?? ()
#301 0x622f746d672f6c61 in ?? ()
#302 0x2f7273752f3a6e69 in ?? ()
#303 0x63732f6c61636f6c in ?? ()
#304 0x75702f7374706972 in ?? ()
#305 0x6f682f3a63696c62 in ?? ()
#306 0x747261686f2f656d in ?? ()
#307 0x6e69622f6e6e616d in ?? ()
#308 0x762f3d4c49414d00 in ?? ()
#309 0x2f6c69616d2f7261 in ?? ()
#310 0x6e616d747261686f in ?? ()
#311 0x455453415257006e in ?? ()
#312 0x5f524f4c4f435f52 in ?? ()
#313 0x4954554c4f534552 in ?? ()
#314 0x4c4200353d304e4f in ?? ()
#315 0x3d455a49534b434f in ?? ()
#316 0x682f3d445750004b in ?? ()
#317 0x7261686f2f656d6f in ?? ()
#318 0x5446006e6e616d74 in ?? ()

#319 0x5649535341505f50 in ?? ()
#320 0x45593d45444f4d5f in ?? ()
#321 0x524f544944450053 in ?? ()
#322 0x453d5a540069763d in ?? ()
#323 0x65422f65706f7275 in ?? ()
#324 0x315350006e696c72 in ?? ()
#325 0x616d747261686f3d in ?? ()
#326 0x50415000203a6e6e in ?? ()
#327 0x413d455a49535245 in ?? ()
#328 0x5f4d524554580034 in ?? ()
#329 0x433d454c41434f4c in ?? ()
#330 0x565f4d5245545800 in ?? ()
#331 0x583d4e4f49535245 in ?? ()
#332 0x382e362067724f2e in ?? ()
#333 0x283330392e39392e in ?? ()
#334 0x4953490029333532 in ?? ()
#335 0x6f682f3d4d4c4453 in ?? ()
#336 0x2f736973692f656d in ?? ()
#337 0x4853006d6c642f33 in ?? ()

---Type <return> to continue, or q <return> to quit---
#338 0x4f4800313d4c564c in ?? ()
#339 0x656d6f682f3d454d in ?? ()
#340 0x616d747261686f2f in ?? ()
#341 0x494342444f006e6e in ?? ()
#342 0x2f7273752f3d494e in ?? ()
#343 0x74652f6c61636f6c in ?? ()
#344 0x692e6362646f2f63 in ?? ()
#345 0x414e474f4c00696e in ?? ()
#346 0x747261686f3d454d in ?? ()
#347 0x495250006e6e616d in ?? ()
#348 0x354a4c3d5245544e in ?? ()

#349 0x5f34412f43303535 in ?? ()
#350 0x560078656c707564 in ?? ()
#351 0x752f3d4c41555349 in ?? ()
#352 0x762f6e69622f7273 in ?? ()
#353 0x454c42414e450069 in ?? ()
#354 0x505554524154535f in ?? ()
#355 0x3d454c41434f4c5f in ?? ()
#356 0x50574f444e495700 in ?? ()
#357 0x494400383d485441 in ?? ()
#358 0x303a3d59414c5053 in ?? ()
#359 0x5f5350554300302e in ?? ()
#360 0x6c3d524556524553 in ?? ()
#361 0x74736f686c61636f in ?? ()
#362 0x534e494342444f00 in ?? ()
#363 0x73752f3d494e4954 in ?? ()
#364 0x2f6c61636f6c2f72 in ?? ()
#365 0x6362646f2f637465 in ?? ()
#366 0x696e692e74736e69 in ?? ()
#367 0x2f7273752f3d5f00 in ?? ()
#368 0x73692f6c61636f6c in ?? ()
#369 0x322e312e332f7369 in ?? ()
#370 0x76712f6e69622f31 in ?? ()
#371 0x0000000000776569 in ?? ()
#372 0x0000000000000000 in ?? ()
#373 0x0000000000000000 in ?? ()
#374 0x0000000000000000 in ?? ()
#375 0x0000000000000000 in ?? ()
#376 0x0000000000000000 in ?? ()
#377 0x0000000000000000 in ?? ()

#378 0x0000000000000000 in ?? ()
#379 0x0000000000000000 in ?? ()
#380 0x0000000000000000 in ?? ()
#381 0x0000000000000000 in ?? ()
#382 0x0000000000000000 in ?? ()
#383 0x0000000000000000 in ?? ()
#384 0x0000000000000000 in ?? ()
#385 0x0000000000000000 in ?? ()
#386 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#387 0x0000000000000000 in ?? ()
#388 0x0000000000000000 in ?? ()
#389 0x0000000000000000 in ?? ()
#390 0x0000000000000000 in ?? ()
#391 0x0000000000000000 in ?? ()
#392 0x0000000000000000 in ?? ()
#393 0x0000000000000000 in ?? ()
#394 0x0000000000000000 in ?? ()
#395 0x0000000000000000 in ?? ()
#396 0x0000000000000000 in ?? ()
#397 0x0000000000000000 in ?? ()
#398 0x0000000000000000 in ?? ()
#399 0x0000000000000000 in ?? ()
#400 0x0000000000000000 in ?? ()
#401 0x0000000000000000 in ?? ()
#402 0x0000000000000000 in ?? ()
#403 0x0000000000000000 in ?? ()
#404 0x0000000000000000 in ?? ()
#405 0x0000000000000000 in ?? ()
#406 0x0000000000000000 in ?? ()
#407 0x0000000000000000 in ?? ()
#408 0x0000000000000000 in ?? ()
#409 0x0000000000000000 in ?? ()

#410 0x0000000000000000 in ?? ()
#411 0x0000000000000000 in ?? ()
#412 0x0000000000000000 in ?? ()
#413 0x0000000000000000 in ?? ()
#414 0x0000000000000000 in ?? ()
#415 0x0000000000000000 in ?? ()
#416 0x0000000000000000 in ?? ()
#417 0x0000000000000000 in ?? ()
#418 0x0000000000000000 in ?? ()
#419 0x0000000000000000 in ?? ()
#420 0x0000000000000000 in ?? ()
#421 0x0000000000000000 in ?? ()
#422 0x0000000000000000 in ?? ()
#423 0x0000000000000000 in ?? ()
#424 0x0000000000000000 in ?? ()
#425 0x0000000000000000 in ?? ()
#426 0x0000000000000000 in ?? ()
#427 0x0000000000000000 in ?? ()
#428 0x0000000000000000 in ?? ()
#429 0x0000000000000000 in ?? ()
#430 0x0000000000000000 in ?? ()
#431 0x0000000000000000 in ?? ()
#432 0x0000000000000000 in ?? ()
#433 0x0000000000000000 in ?? ()
#434 0x0000000000000000 in ?? ()
#435 0x0000000000000000 in ?? ()

---Type <return> to continue, or q <return> to quit---
#436 0x0000000000000000 in ?? ()
#437 0x0000000000000000 in ?? ()
#438 0x0000000000000000 in ?? ()
#439 0x0000000000000000 in ?? ()
#440 0x0000000000000000 in ?? ()
#441 0x0000000000000000 in ?? ()
#442 0x0000000000000000 in ?? ()
#443 0x0000000000000000 in ?? ()
#444 0x0000000000000000 in ?? ()
#445 0x0000000000000000 in ?? ()
#446 0x0000000000000000 in ?? ()
#447 0x0000000000000000 in ?? ()
#448 0x0000000000000000 in ?? ()
#449 0x0000000000000000 in ?? ()

#450 0x0000000000000000 in ?? ()
#451 0x0000000000000000 in ?? ()
#452 0x0000000000000000 in ?? ()
#453 0x0000000000000000 in ?? ()
#454 0x0000000000000000 in ?? ()
#455 0x0000000000000000 in ?? ()
#456 0x0000000000000000 in ?? ()
#457 0x0000000000000000 in ?? ()
#458 0x0000000000000000 in ?? ()
#459 0x0000000000000000 in ?? ()
#460 0x0000000000000000 in ?? ()
#461 0x0000000000000000 in ?? ()
#462 0x0000000000000000 in ?? ()
#463 0x0000000000000000 in ?? ()
#464 0x0000000000000000 in ?? ()
#465 0x0000000000000000 in ?? ()
#466 0x0000000000000000 in ?? ()
#467 0x0000000000000000 in ?? ()
#468 0x0000000000000000 in ?? ()
#469 0x0000000000000000 in ?? ()
#470 0x0000000000000000 in ?? ()
#471 0x0000000000000000 in ?? ()
#472 0x0000000000000000 in ?? ()
#473 0x0000000000000000 in ?? ()
#474 0x0000000000000000 in ?? ()
#475 0x0000000000000000 in ?? ()
#476 0x0000000000000000 in ?? ()
#477 0x0000000000000000 in ?? ()
#478 0x0000000000000000 in ?? ()
#479 0x0000000000000000 in ?? ()
#480 0x0000000000000000 in ?? ()

#481 0x0000000000000000 in ?? ()
#482 0x0000000000000000 in ?? ()
#483 0x0000000000000000 in ?? ()
#484 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#485 0x0000000000000000 in ?? ()
#486 0x0000000000000000 in ?? ()
#487 0x0000000000000000 in ?? ()
[...] SNIP (#488 - #876 ==>> 0x0000000000000000 in ?? ()

---Type <return> to continue, or q <return> to quit---
#877 0x0000000000000000 in ?? ()
#878 0x0000000000000000 in ?? ()
#879 0x0000000000000000 in ?? ()
#880 0x0000000000000000 in ?? ()
#881 0x0000000000000000 in ?? ()
#882 0x0000000000000000 in ?? ()
#883 0x0000000000000000 in ?? ()
#884 0x2f00000000000000 in ?? ()

#885 0x61636f6c2f727375 in ?? ()
#886 0x332f736973692f6c in ?? ()
#887 0x69622f31322e312e in ?? ()
#888 0x0077656976712f6e in ?? ()
#889 0x247c8d48002454ff in ?? ()
#890 0x01a1c0c748006a10 in ?? ()
#891 0x66fdebf4050f0000 in ?? ()
#892 0x9066669066669066 in ?? ()
#893 0x00007fffffffe488 in ?? ()
#894 0x0000000000000001 in ?? ()
#895 0x00007fffffffe498 in ?? ()
#896 0x000000000000002b in ?? ()
Cannot access memory at address 0x800000000000
(gdb)

--
Oliver Hartmann
Freie Universitaet Berlin
Planetologie und Fernerkundung
Malteserstr. 74 - 100/Haus D
D-12249 Berlin

Tel.: +49 (0) 30 838 70 508
FAX:  +49 (0) 30 838 70 539

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to