denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] (no subject)


From: Richard Shann
Subject: Re: [Denemo-devel] (no subject)
Date: Fri, 13 Sep 2013 21:28:50 +0100

OK, the crash loading MusicXML is due to a bad MusicXML file generated
by Rosegarden. It starts voice numbers at zero instead of one.
I have fixed Denemo so that it survives this, although I don't attempt
to import properly in this case - I wouldn't want to promote such abuse.

The fix is in git now.

Richard


On Fri, 2013-09-13 at 10:21 +0100, Richard Shann wrote:
> On Thu, 2013-09-12 at 23:29 +0200, Michael Käppler wrote:
> > Hi Richard,
> > thanks for investigating this. The MusicXML file I provided
> > was exported from Rosegarden. Seems that the MusicXML export from there
> > is also buggy... Let me know if I can help you further.
> 
> Well, I tried turning off all memory frees and that musicXML import
> continued to crash reliably with same symptom. Then when I turned the
> memory free routines back on the crash stopped. This is not
> unprecedented, with memory corruption it can happen that the program
> only crashes once in a while. Unfortunately, I see that the command to
> import musicXML does not take a file parameter, so I cannot run Denemo
> in a loop repeatedly importing until it crashes without further work.
> 
> Be warned, however, that due to an oversight a file called junk.scm is
> being created every time you run import music xml, overwriting anything
> you may have under that file name - hopefully nothing valuable! (And,
> should this be of use, that file contains a Denemo script which when
> executed will finish the import).
> 
> Richard
> 
> 
> 
> > 
> > Michael
> > 
> > Am 12.09.2013 12:31, schrieb Richard Shann:
> > > I just had a hunch that the </chord> things in the file might be
> > > completely spurious, as there were only two or three of them. And sure
> > > enough, removing them I get this score (attached).
> > >
> > > *BUT* even more important, Denemo crashed horribly importing the fixed
> > > version, and, worse still, it crashed because of memory corruption, it
> > > will be hard to track this down.
> > > The reason I can give the results of the import is that (inadvertently)
> > > it is generating a script (called junk.scm) when it does the music-xml
> > > import and so I was able to run that and get the result of the import.
> > >
> > > So, bottom line: MusicXML import is buggy and can crash :(
> > > At least I have an example where it crashes as a test case - thank you.
> > > I can send you the .denemo file that generated this pdf, but my guess is
> > > it is just some test data?
> > >
> > > Richard
> > >
> > >
> > > On Thu, 2013-09-12 at 11:03 +0100, Richard Shann wrote:
> > >> On Thu, 2013-09-12 at 09:22 +0200, Michael Käppler wrote:
> > >>> HI Richard,
> > >>> file is attached.
> > >> Thank you for the sample music xml file. I just imported it with the
> > >> current development version and it did not crash. As music xml import is
> > >> unchanged, I suspect the crash will be something insidious rather than a
> > >> simple error in Denemo's source code. Did you build from source? If not
> > >> which binary & which O/S are you using?
> > >>
> > >> The music xml file you provided has unusual music contents: all parts
> > >> except the first are empty meassures, the time signature is 8/8 but the
> > >> measures do not contain that many beats. For example the triplet in the
> > >> second bar has one of the notes marked as <chord\> which means there are
> > >> only two eighth notes in the triplet. Elsewhere <chord\> appears in the
> > >> file in what looks like an erroneous encoding.
> > >>
> > >> The upshot is that LilyPond is unable to break the line starting from
> > >> the second bar and so the resulting pdf has only one bar on the first
> > >> page and then all subsequent bars on the second page, truncated at the
> > >> margin. I attach the result.
> > >>
> > >> I am curious about what generated this file. And I would like to track
> > >> down the source of your crash - if you can run gdb on the session this
> > >> will be possible I'm sure.
> > >>
> > >> Richard
> > >>
> > >>
> > >>
> > >>> Regards,
> > >>> Michael
> > >>>
> > >>> Am 10.09.2013 21:58, schrieb Richard Shann:
> > >>>> On Tue, 2013-09-10 at 21:36 +0200, "Michael Käppler" wrote:
> > >>>>> Hi,
> > >>>>> today I tried to import two different files into denemo 1.0.8,
> > >>>>> unfortunately both failed.
> > >>>>> The first file was a simple lilypond file which failed with the error
> > >>>>> message:
> > >>>>>
> > >>>>> ;;; compiling /usr/local/share/denemo/actions/lyimport.scm
> > >>>>> ;;; WARNING: compilation
> > >>>>> of /usr/local/share/denemo/actions/lyimport.scm failed:
> > >>>>> ;;; ERROR: Syntax error:
> > >>>>> ;;; lyimport.scm:80:5: definition in expression context, where
> > >>>>> definitions are not allowed, in form (define (d-SetBreve) #f)
> > >>>> LilyPond import only works on quite a limited part of the LilyPond
> > >>>> syntax (and the parser is already based on quite an old LilyPond
> > >>>> parser). If you have a lot of notes/chords/rests to import it may be
> > >>>> worthwhile stripping out other stuff (indeed you can select some notes
> > >>>> and use Edit->Paste LilyPond notes for this rather than the Import).
> > >>>>
> > >>>>>    
> > >>>>> The second was a MusicXML file which resulted in a stack trace
> > >>>> That is a serious bug which I can fix if you can send me a file that
> > >>>> causes it.
> > >>>>
> > >>>> Richard
> > >>>>
> > >>>>
> > >>>>>    (attached at the bottom)
> > >>>>>    
> > >>>>> Thanks for advice,
> > >>>>> Michael
> > >>>>>
> > >>>>> *** Error in `denemo': free(): invalid next size (normal):
> > >>>>> 0x0000000006387a70 ***
> > >>>>> ======= Backtrace: =========
> > >>>>> /lib64/libc.so.6(+0x7abf6)[0x7fddaa251bf6]
> > >>>>> /lib64/libc.so.6(+0x7b973)[0x7fddaa252973]
> > >>>>> /usr/lib64/libglib-2.0.so.0(+0x1fe11)[0x7fddabce5e11]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0x220305)[0x7fddad7d5305]
> > >>>>> /usr/lib64/libglib-2.0.so.0(+0x39c63)[0x7fddabcffc63]
> > >>>>> /usr/lib64/libglib-2.0.so.0(g_hash_table_remove_all
> > >>>>> +0x21)[0x7fddabd00ae1]
> > >>>>> /usr/lib64/libgtk-3.so.0(gtk_style_context_invalidate
> > >>>>> +0x50)[0x7fddad7d77e0]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0x2c5d01)[0x7fddad87ad01]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_object_unref+0x1e8)[0x7fddabfd4988]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0xc067a)[0x7fddad67567a]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0x1062f2)[0x7fddad6bb2f2]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_closure_invoke+0xce)[0x7fddabfcf96e]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(+0x22155)[0x7fddabfe1155]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_signal_emit_valist
> > >>>>> +0xde5)[0x7fddabfe8de5]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_signal_emit+0x82)[0x7fddabfe8f82]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0x2d2560)[0x7fddad887560]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_object_run_dispose
> > >>>>> +0x60)[0x7fddabfd5a90]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0xc067a)[0x7fddad67567a]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0x1062f2)[0x7fddad6bb2f2]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_closure_invoke+0xce)[0x7fddabfcf96e]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(+0x22155)[0x7fddabfe1155]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_signal_emit_valist
> > >>>>> +0xde5)[0x7fddabfe8de5]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_signal_emit+0x82)[0x7fddabfe8f82]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0x2d2560)[0x7fddad887560]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_object_run_dispose
> > >>>>> +0x60)[0x7fddabfd5a90]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0x1062f2)[0x7fddad6bb2f2]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_closure_invoke+0x190)[0x7fddabfcfa30]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(+0x22155)[0x7fddabfe1155]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_signal_emit_valist
> > >>>>> +0xde5)[0x7fddabfe8de5]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_signal_emit+0x82)[0x7fddabfe8f82]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0x2d2560)[0x7fddad887560]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_object_run_dispose
> > >>>>> +0x60)[0x7fddabfd5a90]
> > >>>>> denemo[0x4303f1]
> > >>>>> denemo[0x461bb7]
> > >>>>> /usr/lib64/libguile-2.0.so.22(+0xf0bd3)[0x7fddaf3ffbd3]
> > >>>>> /usr/lib64/libguile-2.0.so.22(scm_call_1+0x27)[0x7fddaf3783d7]
> > >>>>> /usr/lib64/libguile-2.0.so.22(+0xf0bc4)[0x7fddaf3ffbc4]
> > >>>>> /usr/lib64/libguile-2.0.so.22(scm_call_3+0x2e)[0x7fddaf3784ae]
> > >>>>> /usr/lib64/libguile-2.0.so.22(+0xf0bc4)[0x7fddaf3ffbc4]
> > >>>>> /usr/lib64/libguile-2.0.so.22(scm_call_3+0x2e)[0x7fddaf3784ae]
> > >>>>> /usr/lib64/libguile-2.0.so.22(scm_internal_catch+0x14)[0x7fddaf3eb774]
> > >>>>> denemo[0x480278]
> > >>>>> denemo[0x481b4c]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_closure_invoke+0x190)[0x7fddabfcfa30]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(+0x21e40)[0x7fddabfe0e40]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_signal_emit_valist
> > >>>>> +0xde5)[0x7fddabfe8de5]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_signal_emit+0x82)[0x7fddabfe8f82]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0xa59d8)[0x7fddad65a9d8]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_closure_invoke+0x190)[0x7fddabfcfa30]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(+0x21763)[0x7fddabfe0763]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_signal_emit_valist
> > >>>>> +0xde5)[0x7fddabfe8de5]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_signal_emit+0x82)[0x7fddabfe8f82]
> > >>>>> /usr/lib64/libgtk-3.so.0(gtk_widget_activate+0x7c)[0x7fddad87c4dc]
> > >>>>> /usr/lib64/libgtk-3.so.0(gtk_menu_shell_activate_item
> > >>>>> +0xfe)[0x7fddad76c57e]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0x1b791b)[0x7fddad76c91b]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0x199fff)[0x7fddad74efff]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(+0x10cf7)[0x7fddabfcfcf7]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_signal_emit_valist
> > >>>>> +0x416)[0x7fddabfe8416]
> > >>>>> /usr/lib64/libgobject-2.0.so.0(g_signal_emit+0x82)[0x7fddabfe8f82]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0x2c80be)[0x7fddad87d0be]
> > >>>>> /usr/lib64/libgtk-3.so.0(+0x197efe)[0x7fddad74cefe]
> > >>>>> /usr/lib64/libgtk-3.so.0(gtk_main_do_event+0x4d3)[0x7fddad74ebc3]
> > >>>>> /usr/lib64/libgdk-3.so.0(+0x4de82)[0x7fddad356e82]
> > >>>>> ======= Memory map: ========
> > >>>>> 00400000-0055f000 r-xp 00000000 08:06
> > >>>>> 310668                             /usr/local/bin/denemo
> > >>>>> 0075e000-0075f000 r--p 0015e000 08:06
> > >>>>> 310668                             /usr/local/bin/denemo
> > >>>>> 0075f000-0076a000 rw-p 0015f000 08:06
> > >>>>> 310668                             /usr/local/bin/denemo
> > >>>>> 0076a000-0076b000 rw-p 00000000 00:00 0
> > >>>>> 0136e000-06ed6000 rw-p 00000000 00:00 0
> > >>>>> [heap]
> > >>>>> 7fdd6c000000-7fdd6c022000 rw-p 00000000 00:00 0
> > >>>>> 7fdd6c022000-7fdd70000000 ---p 00000000 00:00 0
> > >>>>> 7fdd70000000-7fdd70025000 rw-p 00000000 00:00 0
> > >>>>> 7fdd70025000-7fdd74000000 ---p 00000000 00:00 0
> > >>>>> 7fdd74000000-7fdd74022000 rw-p 00000000 00:00 0
> > >>>>> 7fdd74022000-7fdd78000000 ---p 00000000 00:00 0
> > >>>>> 7fdd795e4000-7fdd795e5000 ---p 00000000 00:00 0
> > >>>>> 7fdd795e5000-7fdd79de5000 rw-p 00000000 00:00 0
> > >>>>> [stack:1500]
> > >>>>> 7fdd79de5000-7fdd79def000 r-xp 00000000 08:06
> > >>>>> 272467                     /usr/lib64/gio/modules/libdconfsettings.so
> > >>>>> 7fdd79def000-7fdd79fee000 ---p 0000a000 08:06
> > >>>>> 272467                     /usr/lib64/gio/modules/libdconfsettings.so
> > >>>>> 7fdd79fee000-7fdd79fef000 r--p 00009000 08:06
> > >>>>> 272467                     /usr/lib64/gio/modules/libdconfsettings.so
> > >>>>> 7fdd79fef000-7fdd79ff0000 rw-p 0000a000 08:06
> > >>>>> 272467                     /usr/lib64/gio/modules/libdconfsettings.so
> > >>>>> 7fdd79ff0000-7fdd79ff7000 r--p 00000000 08:06
> > >>>>> 310103                     
> > >>>>> /usr/share/glib-2.0/schemas/gschemas.compiled
> > >>>>> 7fdd79ff7000-7fdd79ffe000 r--p 00000000 08:06
> > >>>>> 310103                     
> > >>>>> /usr/share/glib-2.0/schemas/gschemas.compiled
> > >>>>> 7fdd79ffe000-7fdd79fff000 ---p 00000000 00:00 0
> > >>>>> 7fdd79fff000-7fdd7a7ff000 rw-p 00000000 00:00 0
> > >>>>> 7fdd7a7ff000-7fdd7a800000 ---p 00000000 00:00 0
> > >>>>> 7fdd7a800000-7fdd7b000000 rw-p 00000000 00:00 0
> > >>>>> [stack:1632]
> > >>>>> 7fdd7b000000-7fdd7c000000 rw-s 00000000 00:04
> > >>>>> 2326578                    /SYSV00000000 (deleted)
> > >>>>> 7fdd7c000000-7fdd7c282000 rw-p 00000000 00:00 0
> > >>>>> 7fdd7c282000-7fdd80000000 ---p 00000000 00:00 0
> > >>>>> 7fdd80000000-7fdd80021000 rw-p 00000000 00:00 0
> > >>>>> 7fdd80021000-7fdd84000000 ---p 00000000 00:00 0
> > >>>>> 7fdd84000000-7fdd84021000 rw-p 00000000 00:00 0
> > >>>>> 7fdd84021000-7fdd88000000 ---p 00000000 00:00 0
> > >>>>> 7fdd880a0000-7fdd880a2000 r-xp 00000000 08:06
> > >>>>> 286615                     
> > >>>>> /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
> > >>>>> 7fdd880a2000-7fdd882a1000 ---p 00002000 08:06
> > >>>>> 286615                     
> > >>>>> /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
> > >>>>> 7fdd882a1000-7fdd882a2000 r--p 00001000 08:06
> > >>>>> 286615                     
> > >>>>> /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
> > >>>>> 7fdd882a2000-7fdd882a3000 rw-p 00002000 08:06
> > >>>>> 286615                     
> > >>>>> /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
> > >>>>> 7fdd882a3000-7fdd882bd000 r-xp 00000000 08:06
> > >>>>> 284907                     
> > >>>>> /usr/lib64/gio/modules/libgioremote-volume-monitor.so
> > >>>>> 7fdd882bd000-7fdd884bc000 ---p 0001a000 08:06
> > >>>>> 284907                     
> > >>>>> /usr/lib64/gio/modules/libgioremote-volume-monitor.so
> > >>>>> 7fdd884bc000-7fdd884bf000 r--p 00019000 08:06
> > >>>>> 284907                     
> > >>>>> /usr/lib64/gio/modules/libgioremote-volume-monitor.so
> > >>>>> 7fdd884bf000-7fdd884c0000 rw-p 0001c000 08:06
> > >>>>> 284907                     
> > >>>>> /usr/lib64/gio/modules/libgioremote-volume-monitor.so
> > >>>>> 7fdd884c0000-7fdd8c260000 r--p 00000000 08:06
> > >>>>> 136173                     /usr/share/icons/hicolor/icon-theme.cache
> > >>>>> 7fdd8c260000-7fdd90000000 r--p 00000000 08:06
> > >>>>> 136173                     /usr/share/icons/hicolor/icon-theme.cache
> > >>>>> 7fdd90000000-7fdd90021000 rw-p 00000000 00:00 0
> > >>>>> 7fdd90021000-7fdd94000000 ---p 00000000 00:00 0
> > >>>>> 7fdd94094000-7fdd94097000 r-xp 00000000 08:06
> > >>>>> 275932                     
> > >>>>> /usr/lib64/libcanberra-0.30/libcanberra-oss.so
> > >>>>> 7fdd94097000-7fdd94296000 ---p 00003000 08:06
> > >>>>> 275932                     
> > >>>>> /usr/lib64/libcanberra-0.30/libcanberra-oss.so
> > >>>>> 7fdd94296000-7fdd94297000 r--p 00002000 08:06
> > >>>>> 275932                     
> > >>>>> /usr/lib64/libcanberra-0.30/libcanberra-oss.so
> > >>>>> 7fdd94297000-7fdd94298000 rw-p 00003000 08:06
> > >>>>> 275932                     
> > >>>>> /usr/lib64/libcanberra-0.30/libcanberra-oss.so
> > >>>>> 7fdd94298000-7fdd9429c000 r-xp 00000000 08:06
> > >>>>> 275936                     
> > >>>>> /usr/lib64/libcanberra-0.30/libcanberra-alsa.so
> > >>>>> 7fdd9429c000-7fdd9449b000 ---p 00004000 08:06
> > >>>>> 275936                     
> > >>>>> /usr/lib64/libcanberra-0.30/libcanberra-alsa.so
> > >>>>> 7fdd9449b000-7fdd9449c000 r--p 00003000 08:06
> > >>>>> 275936                     
> > >>>>> /usr/lib64/libcanberra-0.30/libcanberra-alsa.so
> > >>>>> 7fdd9449c000-7fdd9449d000 rw-p 00004000 08:06
> > >>>>> 275936                     
> > >>>>> /usr/lib64/libcanberra-0.30/libcanberra-alsa.so
> > >>>>> 7fdd9449d000-7fdd944a0000 r-xp 00000000 08:06
> > >>>>> 275934                     
> > >>>>> /usr/lib64/libcanberra-0.30/libcanberra-multi.so
> > >>>>> 7fdd944a0000-7fdd9469f000 ---p 00003000 08:06
> > >>>>> 275934                     
> > >>>>> /usr/lib64/libcanberra-0.30/libcanberra-multi.so
> > >>>>> 7fdd9469f000-7fdd946a0000 r--p 00002000 08:06
> > >>>>> 275934                     
> > >>>>> /usr/lib64/libcanberra-0.30/libcanberra-multi.so
> > >>>>> 7fdd946a0000-7fdd946a1000 rw-p 00003000 08:06
> > >>>>> 275934                     
> > >>>>> /usr/lib64/libcanberra-0.30/libcanberra-multi.so
> > >>>>> 7fdd94701000-7fdd94709000 r--p 00000000 00:20
> > >>>>> 183918                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/wysiwyg.scm.go
> > >>>>> 7fdd94709000-7fdd9470b000 r--p 00000000 00:20
> > >>>>> 183917                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/fonts.scm.go
> > >>>>> 7fdd9470b000-7fdd9470e000 r--p 00000000 00:20
> > >>>>> 183916                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/moveandsearch.scm.go
> > >>>>> 7fdd9470e000-7fdd94710000 r--p 00000000 00:20
> > >>>>> 183915                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/types.scm.go
> > >>>>> 7fdd94710000-7fdd94714000 r--p 00000000 00:20
> > >>>>> 183914                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/directives.scm.go
> > >>>>> 7fdd94714000-7fdd94718000 r--p 00000000 00:20
> > >>>>> 183913                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/rhythmandmeter.scm.go
> > >>>>> 7fdd94718000-7fdd9471c000 r--p 00000000 00:20
> > >>>>> 183912                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/selection.scm.go
> > >>>>> 7fdd9471c000-7fdd9471d000 r--p 00000000 00:20
> > >>>>> 183911                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/helpsystem.scm.go
> > >>>>> 7fdd9471d000-7fdd9471e000 r--p 00000000 00:20
> > >>>>> 183910                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/commandlist.scm.go
> > >>>>> 7fdd9471e000-7fdd94724000 r--p 00000000 00:20
> > >>>>> 183909                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/abstractionmovement.scm.go
> > >>>>> 7fdd94724000-7fdd94735000 r--p 00000000 00:20
> > >>>>> 183905                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/ans.scm.go
> > >>>>> 7fdd94735000-7fdd9473a000 r--p 00000000 00:20
> > >>>>> 184090                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/lyimport-todenemo.scm.go
> > >>>>> 7fdd9473a000-7fdd94749000 r--p 00000000 00:20
> > >>>>> 184089                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/lyimport-parser.scm.go
> > >>>>> 7fdd94749000-7fdd9474e000 r--p 00000000 00:20
> > >>>>> 184088                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/lyimport-lexer.scm.go
> > >>>>> 7fdd9474e000-7fdd94759000 r--p 00000000 00:20
> > >>>>> 184087                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/multilex.scm.go
> > >>>>> 7fdd94759000-7fdd94793000 r--p 00000000 00:20
> > >>>>> 184086                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/silex.scm.go
> > >>>>> 7fdd94793000-7fdd947ae000 r--p 00000000 00:20
> > >>>>> 184085                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/lalr.scm.go
> > >>>>> 7fdd947ae000-7fdd947b6000 r--p 00000000 00:20
> > >>>>> 183918                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/wysiwyg.scm.go
> > >>>>> 7fdd947b6000-7fdd947b8000 r--p 00000000 00:20
> > >>>>> 183917                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/fonts.scm.go
> > >>>>> 7fdd947b8000-7fdd947bb000 r--p 00000000 00:20
> > >>>>> 183916                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/moveandsearch.scm.go
> > >>>>> 7fdd947bb000-7fdd947bd000 r--p 00000000 00:20
> > >>>>> 183915                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/types.scm.go
> > >>>>> 7fdd947bd000-7fdd947c1000 r--p 00000000 00:20
> > >>>>> 183914                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/directives.scm.go
> > >>>>> 7fdd947c1000-7fdd947c5000 r--p 00000000 00:20
> > >>>>> 183913                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/rhythmandmeter.scm.go
> > >>>>> 7fdd947c5000-7fdd947c9000 r--p 00000000 00:20
> > >>>>> 183912                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/selection.scm.go
> > >>>>> 7fdd947c9000-7fdd947ca000 r--p 00000000 00:20
> > >>>>> 183911                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/helpsystem.scm.go
> > >>>>> 7fdd947ca000-7fdd947cb000 r--p 00000000 00:20
> > >>>>> 183910                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/commandlist.scm.go
> > >>>>> 7fdd947cb000-7fdd947d1000 r--p 00000000 00:20
> > >>>>> 183909                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/abstractionmovement.scm.go
> > >>>>> 7fdd947d1000-7fdd947d4000 r--p 00000000 00:20
> > >>>>> 183908                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/notationmagick.scm.go
> > >>>>> 7fdd947d4000-7fdd947e5000 r--p 00000000 00:20
> > >>>>> 183905                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/ans.scm.go
> > >>>>> 7fdd947e5000-7fdd947e9000 r--p 00000000 00:20
> > >>>>> 183904                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/denemo-modules/scheme.scm.go
> > >>>>> 7fdd947e9000-7fdd947ee000 r--p 00000000 00:20
> > >>>>> 184090                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/lyimport-todenemo.scm.go
> > >>>>> 7fdd947ee000-7fdd947fd000 r--p 00000000 00:20
> > >>>>> 184089                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/lyimport-parser.scm.go
> > >>>>> 7fdd947fd000-7fdd94802000 r--p 00000000 00:20
> > >>>>> 184088                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/lyimport-lexer.scm.go
> > >>>>> 7fdd94802000-7fdd9480d000 r--p 00000000 00:20
> > >>>>> 184087                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/multilex.scm.go
> > >>>>> 7fdd9480d000-7fdd94847000 r--p 00000000 00:20
> > >>>>> 184086                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/silex.scm.go
> > >>>>> 7fdd94847000-7fdd94862000 r--p 00000000 00:20
> > >>>>> 184085                     
> > >>>>> /home/michael/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/denemo/actions/lalr.scm.go
> > >>>>> 7fdd94862000-7fdd94868000 r--p 00000000 08:06
> > >>>>> 309219                     
> > >>>>> /usr/lib64/guile/2.0/ccache/ice-9/pretty-print.go
> > >>>>> 7fdd94868000-7fdd94869000 r--p 00000000 08:06
> > >>>>> 309255                     
> > >>>>> /usr/lib64/guile/2.0/ccache/language/bytecode/spec.go
> > >>>>> 7fdd94869000-7fdd9486c000 r--p 00000000 08:06
> > >>>>> 309248                     
> > >>>>> /usr/lib64/guile/2.0/ccache/language/assembly/decompile-bytecode.go
> > >>>>> 7fdd9486c000-7fdd9486f000 r--p 00000000 08:06
> > >>>>> 309247                     
> > >>>>> /usr/lib64/guile/2.0/ccache/language/assembly/compile-bytecode.go
> > >>>>> 7fdd9486f000-7fdd94870000 r--p 00000000 08:06
> > >>>>> 309250                     
> > >>>>> /usr/lib64/guile/2.0/ccache/language/assembly/spec.go
> > >>>>> 7fdd94870000-7fdd94873000 r--p 00000000 08:06
> > >>>>> 309276                     
> > >>>>> /usr/lib64/guile/2.0/ccache/language/glil/decompile-assembly.go
> > >>>>> 7fdd94873000-7fdd94876000 r--p 00000000 08:06
> > >>>>> 309246                     
> > >>>>> /usr/lib64/guile/2.0/ccache/language/assembly.go
> > >>>>> 7fdd94876000-7fdd94881000 r--p 00000000 08:06
> > >>>>> 309275                     
> > >>>>> /usr/lib64/guile/2.0/ccache/language/glil/compile-assembly.go
> > >>>>> 7fdd94881000-7fdd948a2000 r--p 00000000 08:06
> > >>>>> 309283                     
> > >>>>> /usr/lib64/guile/2.0/ccache/language/tree-il/analyze.go
> > >>>>> 7fdd948a2000-7fdd948a3000 ---p 00000000 00:00 0
> > >>>>> 7fdd948a3000-7fdd950a3000 rw-p 00000000 00:00 0
> > >>>>> [stack:1483]
> > >>>>> 7fdd950a3000-7fdd950ac000 r-xp 00000000 08:06
> > >>>>> 272040                     /usr/lib64/libjbig.so.2.0
> > >>>>> 7fdd950ac000-7fdd952ab000 ---p 00009000 08:06
> > >>>>> 272040                     /usr/lib64/libjbig.so.2.0
> > >>>>> 7fdd952ab000-7fdd952ac000 r--p 00008000 08:06
> > >>>>> 272040                     /usr/lib64/libjbig.so.2.0
> > >>>>> 7fdd952ac000-7fdd952af000 rw-p 00009000 08:06
> > >>>>> 272040                     /usr/lib64/libjbig.so.2.0
> > >>>>> 7fdd952af000-7fdd952d5000 r-xp 00000000 08:06
> > >>>>> 274662                     /usr/lib64/libopenjpeg.so.1.5.1
> > >>>>> 7fdd952d5000-7fdd954d4000 ---p 00026000 08:06
> > >>>>> 274662                     /usr/lib64/libopenjpeg.so.1.5.1
> > >>>>> 7fdd954d4000-7fdd954d5000 r--p 00025000 08:06
> > >>>>> 274662                     /usr/lib64/libopenjpeg.so.1.5.1
> > >>>>> 7fdd954d5000-7fdd954d6000 rw-p 00026000 08:06
> > >>>>> 274662                     /usr/lib64/libopenjpeg.so.1.5.1
> > >>>>> 7fdd954d6000-7fdd95515000 r-xp 00000000 08:06
> > >>>>> 279033                     /usr/lib64/libjpeg.so.8.0.2
> > >>>>> 7fdd95515000-7fdd95715000 ---p 0003f000 08:06
> > >>>>> 279033                     /usr/lib64/libjpeg.so.8.0.2
> > >>>>> 7fdd95715000-7fdd95716000 r--p 0003f000 08:06
> > >>>>> 279033                     /usr/lib64/libjpeg.so.8.0.2
> > >>>>> 7fdd95716000-7fdd95717000 rw-p 00040000 08:06
> > >>>>> 279033                     /usr/lib64/libjpeg.so.8.0.2
> > >>>>> 7fdd95717000-7fdd95727000 rw-p 00000000 00:00 0
> > >>>>> 7fdd95727000-7fdd95796000 r-xp 00000000 08:06
> > >>>>> 278660                     /usr/lib64/libtiff.so.5.2.0
> > >>>>> 7fdd95796000-7fdd95996000 ---p 0006f000 08:06
> > >>>>> 278660                     /usr/lib64/libtiff.so.5.2.0
> > >>>>> 7fdd95996000-7fdd95997000 r--p 0006f000 08:06
> > >>>>> 278660                     /usr/lib64/libtiff.so.5.2.0
> > >>>>> 7fdd95997000-7fdd9599a000 rw-p 00070000 08:06
> > >>>>> 278660                     /usr/lib64/libtiff.so.5.2.0
> > >>>>> 7fdd9599a000-7fdd9599b000 rw-p 00000000 00:00 0
> > >>>>> 7fdd9599b000-7fdd959e9000 r-xp 00000000 08:06
> > >>>>> 280233                     /usr/lib64/liblcms2.so.2.0.5
> > >>>>> 7fdd959e9000-7fdd95be8000 ---p 0004e000 08:06
> > >>>>> 280233                     /usr/lib64/liblcms2.so.2.0.5Abgebrochen
> > >>>>>    
> > >>>>> _______________________________________________
> > >>>>> Denemo-devel mailing list
> > >>>>> address@hidden
> > >>>>> https://lists.gnu.org/mailman/listinfo/denemo-devel
> > >>>>
> > >> _______________________________________________
> > >> Denemo-devel mailing list
> > >> address@hidden
> > >> https://lists.gnu.org/mailman/listinfo/denemo-devel
> > 
> 
> 
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]