<div dir="ltr">Strange that you're getting a process termination. The problem with loading out-db rasters was just resolved in 2.0.5 and 2.1.2...<div><br></div><div><a href="http://postgis.net/2014/03/31/postgis-2.1.2">http://postgis.net/2014/03/31/postgis-2.1.2</a><br>

</div><div><br></div><div>The specific ticket is #2607...</div><div><br></div><div>Can you trying upgrading and see if the problem persists? I've never seen the process terminate whenever I've hit the open file limit.</div>

<div><br></div><div>-bborie</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 31, 2014 at 9:44 AM, Robert Nix <span dir="ltr"><<a href="mailto:robert@urban4m.com" target="_blank">robert@urban4m.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">After 1001 of these errors:<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">

<div><font face="courier new, monospace">2014-03-31 15:50:51 UTC ERROR:  rt_band_load_offline_data: Cannot open offline raster: /...</font></div></blockquote><div><br></div><div>I get:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">

<div><div><font face="courier new, monospace">SELECT: rt_api.c:8659: rt_raster_from_band: Assertion `((void *)0) != raster' failed.</font></div></div><div><div><font face="courier new, monospace">2014-03-31 15:50:52 UTC LOG:  server process (PID 8385) was terminated by signal 6: Aborted</font></div>

</div></blockquote><div><br></div><div>Eventually resulting in:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><font face="courier new, monospace">2014-03-31 15:50:52 UTC FATAL:  the database system is in recovery mode</font></div>

</div></blockquote><div><br></div><div>Requiring bouncing the postgres service.</div><div><br></div><div>I'm not sure if this is an issue with PostGIS or PostgreSQL itself.</div><div><br></div><div>I'm accessing the rasters from within a sql function, essentially:</div>

<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><font face="courier new, monospace">st_setbandnodatavalue(</font></div></div><div><div><font face="courier new, monospace">  st_snaptogrid(</font></div>

</div><div><div><font face="courier new, monospace">    st_setsrid(_rast,4326),</font></div></div><div><div><font face="courier new, monospace">    gridx:=st_upperleftx(_rast),</font></div></div><div><div><font face="courier new, monospace">    gridy:=st_upperlefty(_rast)</font></div>

</div><div><div><font face="courier new, monospace">  ),</font></div></div><div><div><font face="courier new, monospace">  0.0</font></div></div><div><div><font face="courier new, monospace">)</font></div></div></blockquote>

<div><br></div></div><br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br></blockquote></div><br></div>