Re: Segfault with lastest master

2015-07-11 Thread Rick Walsh
Hi Dirk, On 11 July 2015 at 15:05, Dirk Hohndel d...@hohndel.org wrote: On Sat, Jul 11, 2015 at 02:59:17PM +1000, Rick Walsh wrote: On 11 July 2015 at 12:48, Dirk Hohndel d...@hohndel.org wrote: Nope. MarbleDirs.cpp And actually why don't you use this patch... diff

Re: [PATCH 1/1] Add new functions to list of exported symbols

2015-07-11 Thread Joakim Bygdell
On 11 Jul 2015, at 6:55, Dirk Hohndel d...@hohndel.org wrote: On Fri, Jul 10, 2015 at 05:10:01PM -1000, Gaetan Bisson wrote: Hi Dirk, I'm shamelessly bumping my proposed patch to libdc/Subsurface-testing from earlier, this time as a thread-starter with [PATCH] in the Subject... :)

Re: Segfault with lastest master

2015-07-11 Thread Rick Walsh
On 11 July 2015 at 16:44, Rick Walsh rickmwa...@gmail.com wrote: Hi Dirk, On 11 July 2015 at 15:05, Dirk Hohndel d...@hohndel.org wrote: On Sat, Jul 11, 2015 at 02:59:17PM +1000, Rick Walsh wrote: On 11 July 2015 at 12:48, Dirk Hohndel d...@hohndel.org wrote: Nope.

Re: Segfault with lastest master

2015-07-11 Thread Rick Walsh
On 11 July 2015 at 16:44, Rick Walsh rickmwa...@gmail.com wrote: Hi Dirk, On 11 July 2015 at 15:05, Dirk Hohndel d...@hohndel.org wrote: On Sat, Jul 11, 2015 at 02:59:17PM +1000, Rick Walsh wrote: On 11 July 2015 at 12:48, Dirk Hohndel d...@hohndel.org wrote: Nope.

words to think about

2015-07-11 Thread Dirk Hohndel
I saw this on Twitter and feel compelled to share this here. Sorry, not a cute cat pictures but the Development Ideology of a completely unrelated project. From https://github.com/WhisperSystems/TextSecure/blob/master/contributing.md Development Ideology Truths which we believe to be

Re: [PATCH 1/1] Add new functions to list of exported symbols

2015-07-11 Thread Dirk Hohndel
On Sat, Jul 11, 2015 at 09:45:22AM +0200, Joakim Bygdell wrote: On 11 Jul 2015, at 6:55, Dirk Hohndel d...@hohndel.org wrote: On Fri, Jul 10, 2015 at 05:10:01PM -1000, Gaetan Bisson wrote: Hi Dirk, I'm shamelessly bumping my proposed patch to libdc/Subsurface-testing from

Re: Segfault with lastest master

2015-07-11 Thread Dirk Hohndel
On Sat, Jul 11, 2015 at 05:11:31PM +1000, Rick Walsh wrote: Umm. Err. What? If the startup used to get you into the infinite recursion (that's what happens in the return path(bimaps/empty.png);...) Oh, never mind. I bet your libssrfmarble isn't compiled with debugging enabled, so the

Re: Segfault with lastest master

2015-07-11 Thread Rick Walsh
Hi Dirk, On 11 Jul 2015 11:03 pm, Dirk Hohndel d...@hohndel.org wrote: On Sat, Jul 11, 2015 at 05:11:31PM +1000, Rick Walsh wrote: Umm. Err. What? If the startup used to get you into the infinite recursion (that's what happens in the return path(bimaps/empty.png);...) Oh, never

Re: different segfault with lastest master

2015-07-11 Thread Thiago Macieira
On Saturday 11 July 2015 19:28:42 Tomaz Canabrava wrote: On Sat, Jul 11, 2015 at 7:00 PM, Linus Torvalds torva...@linux-foundation.org wrote: #0 0x7fffefa67a98 in raise () at /lib64/libc.so.6 #1 0x7fffefa6972a in abort () at /lib64/libc.so.6 #2 0x7fffefaaaea2 in () at

Re: Segfault with lastest master

2015-07-11 Thread Rick Walsh
Hi Dirk, On 11 July 2015 at 23:11, Dirk Hohndel d...@hohndel.org wrote: On Sat, Jul 11, 2015 at 07:16:32PM +1000, Rick Walsh wrote: Full output is: fullpath /bitmaps/default_location.png results in fullpath /bitmaps/empty.png results in Yeah, so this is the one that used to cause you

Re: different segfault with lastest master

2015-07-11 Thread Tomaz Canabrava
On Sat, Jul 11, 2015 at 7:00 PM, Linus Torvalds torva...@linux-foundation.org wrote: Hmm. I'm not sure how to reproduce this, because I was just moving around between the dives, checking out how the globe moved, and occasionally pressing the dive site quick-edit button. And suddenly I get

Re: different segfault with lastest master

2015-07-11 Thread Dirk Hohndel
Compile with no Facebook, no user manual which stops the crash. You still get two bazillion errors from marble which mostly seem bogus to me but occasionally one can spot an actual bug in the midst of all that crap. Or compile with no marble as well to see if you can make something interesting

Re: different segfault with lastest master

2015-07-11 Thread Linus Torvalds
On Sat, Jul 11, 2015 at 3:45 PM, Dirk Hohndel d...@hohndel.org wrote: Compile with no Facebook, no user manual which stops the crash. You still get two bazillion errors from marble which mostly seem bogus to me but occasionally one can spot an actual bug in the midst of all that crap. Or

different segfault with lastest master

2015-07-11 Thread Linus Torvalds
Hmm. I'm not sure how to reproduce this, because I was just moving around between the dives, checking out how the globe moved, and occasionally pressing the dive site quick-edit button. And suddenly I get *** Error in `/home/torvalds/src/install-root/bin/subsurface': malloc(): memory corruption

Re: different segfault with lastest master

2015-07-11 Thread Linus Torvalds
On Sat, Jul 11, 2015 at 4:29 PM, Linus Torvalds torva...@linux-foundation.org wrote: Anyway, that makes things runnable with valgrind, although very slow. I'm not seeing anything suspicious. I'll play with it some more. .. and immediately after sending that, I played some more with the