gatsby-source-sanity icon indicating copy to clipboard operation
gatsby-source-sanity copied to clipboard

`txn should abort`

Open mitchuman opened this issue 3 years ago • 0 comments
trafficstars

Getting error on gatsby develop/build. No useful hints to help debug the issue so throwing here to get some insight.

MDB_PROBLEM: Unexpected problem - txn should abort



  Error: MDB_PROBLEM: Unexpected problem - txn should abort
  
  - open.js:156 
    [fastechus.com]/[lmdb]/open.js:156:21
  
  - write.js:762 LMDBStore.transactionSync
    [fastechus.com]/[lmdb]/write.js:762:17
  
  - open.js:155 new LMDBStore
    [fastechus.com]/[lmdb]/open.js:155:11
  
  - open.js:218 LMDBStore.openDB
    [fastechus.com]/[lmdb]/open.js:218:6
  
  - cache-lmdb.ts:60 GatsbyCacheLmdb.getDb
    [gatsby]/[gatsby]/src/utils/cache-lmdb.ts:60:44
  
  - cache-lmdb.ts:73 GatsbyCacheLmdb.set
    [gatsby]/[gatsby]/src/utils/cache-lmdb.ts:73:16
  
  - gatsby-node.js:214 callback
    [fastechus.com]/[gatsby-plugin-sharp]/gatsby-node.js:214:17
  
  - mett.ts:44 forEach
    [gatsby]/[gatsby]/src/utils/mett.ts:44:11
  
  - Set.forEach
  
  - mett.ts:43 Object.emit
    [gatsby]/[gatsby]/src/utils/mett.ts:43:17
  
  - index.ts:153 
    [gatsby]/[gatsby]/src/redux/index.ts:153:11
  
  - redux.js:305 next
    [fastechus.com]/[redux]/lib/redux.js:305:7
  
  - index.ts:72 
    [gatsby]/[gatsby]/src/redux/index.ts:72:68
  
  - index.js:27 
    [fastechus.com]/[redux-thunk]/lib/index.js:27:16
  
  - redux.js:667 dispatch
    [fastechus.com]/[redux]/lib/redux.js:667:28
  
  - internal.ts:415 
    [gatsby]/[gatsby]/src/redux/actions/internal.ts:415:5
  

not finished run static queries - 0.220s
not finished Running gatsby-plugin-sharp.IMAGE_PROCESSING jobs - 0.102s

error Command failed with exit code 1.

mitchuman avatar Apr 11 '22 20:04 mitchuman