jakecoppinger / osm2streets-vector-tileserver

Serves up vector tiles of osm2streets output. Very work in progress!
GNU Affero General Public License v3.0
26 stars 2 forks source link

wasm error: RuntimeError: unreachable #4

Open jakecoppinger opened 1 year ago

jakecoppinger commented 1 year ago

Occasionally I get this error:

RuntimeError: unreachable
    at wasm://wasm/0059aee2:wasm-function[1229]:0x111e4f
    at wasm://wasm/0059aee2:wasm-function[1313]:0x1156c5
    at wasm://wasm/0059aee2:wasm-function[1982]:0x124de0
    at wasm://wasm/0059aee2:wasm-function[1606]:0x11dcb3
    at wasm://wasm/0059aee2:wasm-function[1921]:0x124141
    at wasm://wasm/0059aee2:wasm-function[1680]:0x11f41f
    at wasm://wasm/0059aee2:wasm-function[85]:0x4c39b
    at wasm://wasm/0059aee2:wasm-function[100]:0x56364
    at wasm://wasm/0059aee2:wasm-function[1037]:0x1070db
    at new JsStreetNetwork (/Users/jake/repos/osm2streets-vector-tileserver/node_modules/osm2streets-js-node/osm2streets_js.js:315:18)

Unsure what is causing it so far.

dabreegster commented 1 year ago

Sounds like something is panicking in the Rust layer. Can you record the location / tile where it happens?