2015-10-24 GnuCash IRC logs

00:18:39 *** morgul has joined #gnucash
00:31:35 *** mlncn_ has quit IRC
00:53:45 *** jralls_ has joined #gnucash
00:54:41 *** jralls has quit IRC
01:17:20 *** fell has joined #gnucash
01:20:05 *** fell__ has quit IRC
01:36:18 *** morgul has quit IRC
01:44:36 *** MechtiIde has joined #gnucash
03:55:08 *** len has quit IRC
04:18:25 *** nomeata has joined #gnucash
05:30:55 *** MechtiIde has quit IRC
05:41:07 *** MechtiIde has joined #gnucash
05:51:51 *** rubdos has joined #gnucash
07:34:31 *** bozonius has quit IRC
08:13:59 *** JeanValjeann has joined #gnucash
08:17:14 <JeanValjeann> Hi
08:33:41 *** Jimraehl1 has left #gnucash
08:36:28 *** mikee_ has joined #gnucash
08:37:25 *** Jimraehl1 has joined #gnucash
08:37:59 *** mikee has quit IRC
08:38:00 *** mikee_ is now known as mikee
08:40:40 *** mikee_ has joined #gnucash
08:41:42 *** mikee has quit IRC
08:41:42 *** mikee_ is now known as mikee
10:02:32 *** chazdiezal has joined #gnucash
10:02:42 *** chazdiezal1 has quit IRC
11:05:20 *** chazdiezal has quit IRC
11:35:13 *** gour has joined #gnucash
12:23:46 *** mlncn_ has joined #gnucash
12:29:54 *** chazdiezal has joined #gnucash
13:11:46 *** chazdiezal has quit IRC
13:15:37 *** JeanValjeann has quit IRC
13:18:06 *** JeanValjeann has joined #gnucash
13:59:58 *** nomeata has quit IRC
14:30:44 *** chazdiezal has joined #gnucash
14:56:25 *** chazdiezal has quit IRC
15:09:20 *** jralls_ is now known as jralls
15:10:30 *** gncbot sets mode: +o jralls
15:34:16 *** mlncn_ has quit IRC
15:51:17 *** gour has quit IRC
16:02:53 *** ecocode has joined #gnucash
16:08:52 *** autoditac__ has joined #gnucash
16:21:45 *** MechtiIde has quit IRC
17:15:47 *** ecocode has quit IRC
17:25:21 *** autoditac__ has quit IRC
17:26:05 *** rubdos has quit IRC
17:33:18 *** JeanValjeann has quit IRC
17:42:22 *** mlncn has joined #gnucash
17:51:41 *** sawyer has quit IRC
18:04:00 *** mlncn has quit IRC
22:21:02 *** billatq has joined #gnucash
22:21:40 <billatq> Howdy, there's this bug that I keep running into where if the transaction import manager guesses wrong and I try to correct it, I get a crash
22:22:00 <billatq> Looks like it's an EXC_BAD_ACCESS on get_sequence in glib
22:22:05 <billatq> (This is on mac os x)
22:22:19 <billatq> I have lldb attached to it, is there anything someone would like to get from that?
22:22:55 <billatq> I've found that I can correct it after the fact, but not during import
22:23:37 <billatq> Pastebin link here: http://pastebin.com/43WrBAGB
22:24:05 <billatq> Though I wonder if this is really a bug in libgtk-quartz
22:31:57 <billatq> Hmm, looking at that more closely, I wonder if this is just a bug with refresh_model_row
22:34:28 <billatq> Looks like the value of ecx is 0x00000001
22:34:46 <billatq> I guess that's implied by address 0xd
22:47:26 <billatq> Would seem that this is the offending call: https://github.com/Gnucash/gnucash/blame/c3e054a96c68e8398dc0efcb6718fd719621939a/src/import-export/import-main-matcher.c#L702
22:50:34 <billatq> Coming via this callback: https://github.com/Gnucash/gnucash/blame/c3e054a96c68e8398dc0efcb6718fd719621939a/src/import-export/import-main-matcher.c#L397
23:02:19 <billatq> Actually, added wrong, looks like it's this one: https://github.com/Gnucash/gnucash/blame/c3e054a96c68e8398dc0efcb6718fd719621939a/src/import-export/import-main-matcher.c#L696
23:40:21 <billatq> Ugh, building on the mac is such a pain
23:40:27 <billatq> I guess I'll give this a try on linux to see if I can repro it
23:49:49 <billatq> So I guess it looks like what's happening is that it's trying to set the account name, but for some reason, the string that it's using doesn't have a valid pointer
23:50:06 <billatq> So that's the symptom, though why doesn't it get a valid pointer?
23:57:04 *** CDB-Man has joined #gnucash
23:57:28 <CDB-Man> hmm, can i filter transactions within a register by the description?
23:57:34 <CDB-Man> and also get the sum total after