Le 23 juil. 2015 09:30, "Hendrik Dev" <[email protected]> a écrit : > > +1 for the simple solution (but it isn't it a very rare case that a > exception has a self reference to it as root root cause?)
It is not rare actually. I ll try to hack up something but for Throwable only which is not user controlled most of the time. Object graph is so I guess cycles can be considered desired. Wdyt? > > On Thu, Jul 23, 2015 at 1:43 AM, Romain Manni-Bucau > <[email protected]> wrote: > > Hi > > > > how should we handle exceptions having themself as root cause? > > > > Simple solution is to detect the loop and skip the serialization that said > > it can be valid as well - not sure somebody would do it with exception but > > for other types it can. > > > > Of course actual issue is to avoid Stackoverflow exception during > > serialization. > > > > Wdyt? > > > > Romain Manni-Bucau > > @rmannibucau <https://twitter.com/rmannibucau> | Blog > > <http://rmannibucau.wordpress.com> | Github < https://github.com/rmannibucau> | > > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber > > <http://www.tomitribe.com> > > > > -- > Hendrik Saly (salyh, hendrikdev22) > @hendrikdev22 > PGP: 0x22D7F6EC
