Advertisement
Guest User

Untitled

a guest
Feb 4th, 2010
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. $ gdb --args ogrinfo ODBC:gregor/mosheh@testPgSQL grid
  2. GNU gdb 6.5
  3. Copyright (C) 2006 Free Software Foundation, Inc.
  4. GDB is free software, covered by the GNU General Public License, and you are
  5. welcome to change it and/or distribute copies of it under certain conditions.
  6. Type "show copying" to see the conditions.
  7. There is absolutely no warranty for GDB. Type "show warranty" for details.
  8. This GDB was configured as "x86_64-slackware-linux"...Using host libthread_db library "/lib64/tls/libthread_db.so.1".
  9.  
  10. (gdb) run
  11. Starting program: /usr/local/bin/ogrinfo ODBC:gregor/mosheh@testPgSQL grid
  12. [Thread debugging using libthread_db enabled]
  13. [New Thread 47592452447680 (LWP 4431)]
  14.  
  15. Program received signal SIGSEGV, Segmentation fault.
  16. [Switching to Thread 47592452447680 (LWP 4431)]
  17. 0x00002b48faeac804 in memcpy () from /lib64/tls/libc.so.6
  18. (gdb) bt
  19. #0 0x00002b48faeac804 in memcpy () from /lib64/tls/libc.so.6
  20. #1 0x00002b48f827ae3c in CPLODBCStatement::Fetch (this=0x7fffb2dd1f80, nOrientation=1, nOffset=5269904) at cpl_odbc.cpp:796
  21. #2 0x00002b48f839de7d in OGRODBCTableLayer::Initialize (this=0x577310, pszLayerName=0x558530 "spatial_ref_sys", pszGeomCol=0x0) at ogrodbctablelayer.cpp:107
  22. #3 0x00002b48f839bdc7 in OGRODBCDataSource::OpenTable (this=0x5079e0, pszNewName=0x558530 "spatial_ref_sys", pszGeomCol=0x0, bUpdate=-9089)
  23. at ogrodbcdatasource.cpp:391
  24. #4 0x00002b48f839c32d in OGRODBCDataSource::Open (this=0x5079e0, pszNewName=0x506c60 "ODBC:gregor/mosheh@testPgSQL", bUpdate=1, bTestOpen=-9089)
  25. at ogrodbcdatasource.cpp:297
  26. #5 0x00002b48f839cacb in OGRODBCDriver::Open (this=0x2b48fbc5b350, pszFilename=0x506c60 "ODBC:gregor/mosheh@testPgSQL", bUpdate=1) at ogrodbcdriver.cpp:69
  27. #6 0x00002b48f83badae in OGRSFDriverRegistrar::Open (pszName=0x506c60 "ODBC:gregor/mosheh@testPgSQL", bUpdate=1, ppoDriver=0x7fffb2dd2240)
  28. at ogrsfdriverregistrar.cpp:209
  29. #7 0x0000000000401d0f in main (nArgc=3, papszArgv=0x506d30) at ogrinfo.cpp:174
  30. (gdb) The program is running. Exit anyway? (y or n) y
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement