<div dir="ltr">Hi,<div><br></div><div>running the following example (mac 10.9.*) I get a crash, both on stable and github sources. Is there a known reason for this and how do I prevent the error?</div><div><br></div><div>R-Code:</div><div><div>savepar <- par(mfrow = c(3, 3))</div><div><br></div><div>params <- list(tradeDate = c(2, 15, 2002), settleDate = c(2,</div><div>    19, 2002), dt = 0.01, interpWhat = "discount", interpHow = "loglinear")</div><div><br></div><div>tsQuotes <- list(d1w = 0.0382, d1m = 0.0372, fut1 = 96.2875,</div><div>    fut2 = 96.7875, fut3 = 96.9875, fut4 = 96.6875, fut5 = 96.4875,</div><div>    fut6 = 96.3875, fut7 = 96.2875, fut8 = 96.0875, s3y = 0.0398,</div><div>    s5y = 0.0443, s10y = 0.05165, s15y = 0.055175)</div><div><br></div><div>times <- seq(0, 10, 0.1)</div><div><br></div><div>DiscountCurve(params, tsQuotes, times)</div></div><div><br></div><div><br></div><div>R-Error:</div><div><div> *** caught segfault ***</div><div>address 0x20, cause 'memory not mapped'</div><div><br></div><div>Traceback:</div><div> 1: .Call("RQuantLib_discountCurveEngine", PACKAGE = "RQuantLib",     rparams, tslist, times)</div><div> 2: discountCurveEngine(params, tsQuotes, times)</div><div> 3: DiscountCurve.default(params, tsQuotes, times)</div><div> 4: DiscountCurve(params, tsQuotes, times)</div><div><br></div><div><br></div><div>I am not in a hurry, just might need to think of doing this on my own, but pricing bonds on a flat curve is not quite what regular users would like to do when thinking about QuantLib.</div><div><br></div><div>Happy to provide more details if required.</div><div><br></div><div>Regards,</div><div>Ben</div><div><br></div>-- <br><div dir="ltr">Ben</div>
</div></div>