id
int64
0
5.38k
issuekey
stringlengths
4
16
created
stringlengths
19
19
title
stringlengths
5
252
description
stringlengths
1
1.39M
storypoint
float64
0
100
2,199
DM-10563
05/19/2017 08:31:26
Migrate to non-LSST deblender packages
Much of the new deblender's design was written by [~pmelchior] as part of a similar effort for WFIRST. This has included the creation of two new packages, one that uses proximal operators to solve minimization problems and another that implements an NMF deblender. Currently development is occurring on both the stack and the new packages, but the structure of the external packages is changing as we prepare for publication and it is becoming increasingly difficult to co-develop them. Eventually all of the stack code will be refactored to optimize the NMF deblender, so to make it easier to share changes with [~pmelchior], {{meas_deblender}} should be modified _slightly_ to call the two external packages when applicable. This amounts to removing {{proximal_nmf.py}} and instead making a call to the new deblender package, which has a nearly identical API and with some performance improvements, including an angular symmetry operator. This ticket will strip out the unnecessary modules in {{meas_deblender}} and make calls to the new {{deblender}} and {{proxmin}} packages.
1
2,200
DM-10574
05/22/2017 12:41:02
Hit AssertionError in deblender
In a validation run for hscPipe 5.0-beta5: {code} pprice@tiger-sumire:/tigress/pprice/hscPipe-5.0-beta5 $ measureCoaddSources.py /tigress/HSC/HSC --rerun hscPipe-5.0-beta5/20170517/wide --id tract=8764 patch=0,0 filter=HSC-I root INFO: Loading config overrride file '/tigress/HSC/stack/hsc-tiger-20170322/Linux64/obs_subaru/13.0-18-gbe0b5c0/config/measureCoaddSources.py' root INFO: Loading config overrride file '/tigress/HSC/stack/hsc-tiger-20170322/Linux64/obs_subaru/13.0-18-gbe0b5c0/config/hsc/measureCoaddSources.py' root INFO: Running: /tigress/pprice/hscPipe-5.0-beta5/pipe_tasks/bin/measureCoaddSources.py /tigress/HSC/HSC --rerun hscPipe-5.0-beta5/20170517/wide --id tract=8764 patch=0,0 filter=HSC-I /tigress/HSC/stack/hsc-tiger-20170322/Linux64/miniconda2/4.2.12.lsst1/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment. warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.') measureCoaddSources INFO: Read 7020 detections: DataId(initialdata={'filter': 'HSC-I', 'patch': '0,0', 'tract': 8764}, tag=set([])) measureCoaddSources.deblend INFO: Deblending 7020 sources measureCoaddSources FATAL: Failed on dataId=DataId(initialdata={'filter': 'HSC-I', 'patch': '0,0', 'tract': 8764}, tag=set([])): Traceback (most recent call last): File "/tigress/HSC/stack/hsc-tiger-20170322/Linux64/pipe_base/13.0+10/python/lsst/pipe/base/cmdLineTask.py", line 347, in __call__ result = task.run(dataRef, **kwargs) File "/tigress/pprice/hscPipe-5.0-beta5/pipe_tasks/python/lsst/pipe/tasks/multiBand.py", line 1086, in run self.deblend.run(exposure, sources) File "/tigress/HSC/stack/hsc-tiger-20170322/Linux64/pipe_base/13.0+10/python/lsst/pipe/base/timer.py", line 121, in wrapper res = func(self, *args, **keyArgs) File "/tigress/HSC/stack/hsc-tiger-20170322/Linux64/meas_deblender/13.0-3-gdadfd13+1/python/lsst/meas/deblender/deblend.py", line 238, in run self.deblend(exposure, sources, psf) File "/tigress/HSC/stack/hsc-tiger-20170322/Linux64/pipe_base/13.0+10/python/lsst/pipe/base/timer.py", line 121, in wrapper res = func(self, *args, **keyArgs) File "/tigress/HSC/stack/hsc-tiger-20170322/Linux64/meas_deblender/13.0-3-gdadfd13+1/python/lsst/meas/deblender/deblend.py", line 323, in deblend medianSmoothTemplate=self.config.medianSmoothTemplate File "/tigress/HSC/stack/hsc-tiger-20170322/Linux64/meas_deblender/13.0-3-gdadfd13+1/python/lsst/meas/deblender/baseline.py", line 667, in deblend debResult = newDeblend(debPlugins, footprint, maskedImage, psf, psffwhm, filters, log, verbose, avgNoise) File "/tigress/HSC/stack/hsc-tiger-20170322/Linux64/meas_deblender/13.0-3-gdadfd13+1/python/lsst/meas/deblender/baseline.py", line 739, in newDeblend reset = debPlugins[step].run(debResult, log) File "/tigress/HSC/stack/hsc-tiger-20170322/Linux64/meas_deblender/13.0-3-gdadfd13+1/python/lsst/meas/deblender/plugins.py", line 76, in run reset = self.func(debResult, log, **self.kwargs) File "/tigress/HSC/stack/hsc-tiger-20170322/Linux64/meas_deblender/13.0-3-gdadfd13+1/python/lsst/meas/deblender/plugins.py", line 152, in fitPsfs dp.img, dp.varimg, psfChisqCut1, psfChisqCut2, psfChisqCut2b, tinyFootprintSize) File "/tigress/HSC/stack/hsc-tiger-20170322/Linux64/meas_deblender/13.0-3-gdadfd13+1/python/lsst/meas/deblender/plugins.py", line 371, in _fitPsf sx1, sx2, sx3, sx4 = _overlap(xlo, xhi, obb.getMinX(), obb.getMaxX()) File "/tigress/HSC/stack/hsc-tiger-20170322/Linux64/meas_deblender/13.0-3-gdadfd13+1/python/lsst/meas/deblender/plugins.py", line 319, in _overlap (xlo <= xhi) and (xmin <= xmax)) AssertionError {code} After a bit of poking, I believe it's due to the use of {{LOCAL}} [here|https://github.com/lsst/meas_deblender/blob/master/python/lsst/meas/deblender/plugins.py#L282].
1
2,201
DM-10575
05/22/2017 13:59:05
obs_decam build takes 10 minutes
Running under Jenkins: {code} obs_decam: 13.0-12-ga2ce546+35 ...........................................................................................................................................................................................................................................................................................................ok (638.1 sec). {code} I believe this is due to running {{ProcessCcdTask}} within the {{TestCase.setUp}}; it should be in the {{TestCase.\_\_init\_\_}} so it only gets run once.
1
2,202
DM-10576
05/22/2017 14:19:00
Propagate information from qserv exceptions in dbserv
QServ throws non-standard MySQL exceptions. mysqlclient/MySQLdb doesn't propagate errors higher than a predefined number, so it returns an error code of -1 with message "Totally whack" The goal of this issue is to propagate the errno and error in that exception.
1
2,203
DM-10594
05/23/2017 13:52:35
Investigate apparent slow-down of ci_hsc
ci_hsc is now taking over an hour to run, when it used to take around half an hour. Why?
2
2,204
DM-10597
05/23/2017 17:36:14
firefly_client upload_data test fails with Python 2
The FireflyClient upload_data and upload_file methods includes a test upload of a small number of bytes using io.StringIO. StringIO must be given a Unicode string, which is not the default for strings in Python 2. The fix is to explicitly specify Unicode, e.g. io.StringIO(u'test').
1
2,205
DM-10601
05/24/2017 10:11:25
Add reStructuredText documentation to display_firefly
Add documentation in reStructuredText format to the display_firefly package, in a doc/ subdirectory. The documentation will include setup of the afw.display interface, including the host, port, etc. parameters that are specific to display_firefly. Other points (like known issues) unique to display_firefly will be covered. display_firefly is not yet included with lsst_apps or lsst_distrib. Initially, an Installation section will be included. It is expected to replace the contents with links to centralized pages on how to install additional packages against a core stack installation. Copied for pull request https://github.com/lsst/display_firefly/pull/7 * Add doc/_static placeholder README * setup initial files following validate_base as template * add installation, start tutorial * ignore eupspkg directory * add setup of display_firefly for Python API ref * add introduction, installation content * fill out rest of Using... section * Pin Sphinx<1.6.0 * Various reStructuredText formatting fixes * reformat Makefile * Merge branch 'tickets/DM-11017' into tickets/DM-10601
5
2,206
DM-10603
05/24/2017 16:42:23
Outline for Science Platform design
Prepare an outline for Science Platform design document
2
2,207
DM-10612
05/25/2017 07:28:52
Implement strict monotonicity
The current deblender uses an update scheme similar to ADMM, where constraints are not strictly enforced in any given step but instead the solution converges to meet the constraint. It should be possible to make monotonicity a proximal operator applied to the likelihood gradient, as opposed to a linear constraint, which will force a strict monotonic solution. This ticket will be an attempt to add the option of using strict monotonicity in the deblender.
3
2,208
DM-10613
05/25/2017 07:35:56
Implement smoothness constraint
When using images not convolved with the PSF, we've long known that "snowflakes" or spiky fractal-like structures are created due to the monotonicity operator. It is likely that a smoothness operator, which is used in compressive sensing applications, will be able to fix (or at least suppress) this problem.
3
2,209
DM-10615
05/25/2017 07:59:03
Convolve to common PSF
The current PSF operator in the new deblender uses the PSF for the image in each band to attempt to deconvolve the image to a single pixel. This appears to be causing issues with deblending the wings of faint extended objects that are not seen when using PSF-matched images and no PSF operator (see attachments for an example). It is thought that convolving the image in each band to a common PSF (such as the best seeing) will remove the artifacts that the current PSF convolution operator produces.
8
2,210
DM-10617
05/25/2017 09:36:30
Fix ndarray type casters to work with nullptr (i.e. None) arguments
In contrast to the regular pybind11 type casters the ndarray ones don't work well with {{nullptr}}. E.g. the function {{void testOptionalArray(ndarray::Array<double, 1, 1> * arr = nullptr)}} should accept {{None}} as a default argument, but it does not.
2
2,211
DM-10621
05/25/2017 11:57:55
ArgumentParser's butler doesn't output calibs in the calib storage
Following DM-8686 (between tagged weeklies {{w_2017_11}} and {{w_2017_12}}), the {{constructBias.py}} (etc.) scripts in pipe_drivers write their outputs in the output storage rather than in the calib storage (e.g., {{/tigress/pprice/ci_hsc/DATA/rerun/ci_hsc/BIAS/2017-12-34/NONE/BIAS-2017-12-34-012.fits}} instead of {{/tigress/pprice/ci_hsc/DATA/rerun/ci_hsc/CALIB/BIAS/2017-12-34/NONE/BIAS-2017-12-34-012.fits}}). This appears to be due to the output repo being unaware of calibs because it's not being told about them by the {{ArgumentParser}} in pipe_base. This was originally reported by Furusawa-san at NAOJ.
1
2,212
DM-10623
05/25/2017 13:09:48
Mismatching dataId in logger output
When running {{processCcd.py}} on multiple visits, self-contradictory outputs are generated by the logger. For example: {noformat} INFO 2017-05-25T00:07:04.004 processCcd (DataId(initialdata={'visit': 242618039}, tag=set([])))(processCcd.py:181)- Processing DataId(initialdata={'visit': 242619360}, tag=set([])) {noformat} and {noformat} FATAL 2017-05-25T00:07:04.004 processCcd (DataId(initialdata={'visit': 242713680}, tag=set([])))(cmdLineTask.py:351)- Failed on dataId=DataId(initialdata={'visit': 242715702}, tag=set([])): Unable to match sources {noformat} The problem above is that the visit numbers don't match, but there should be no way for this to ever be the case, as far as I can see. FWIW, the second number is the true visit number, at least in my case. This is only noticeable when {{--longlog}} is used, to allow disentangling of parallel processed data, but I don't know whether that means the logger is also wrong when sequentially running multiple visits on a single core (I suspect it's OK in that instance, but I'm not certain). This bug is _bad_ for tracking down which visits are failing and why.
1
2,213
DM-10633
05/26/2017 09:06:55
Increase CmdLineTask multiprocessing timeout
The timeout in {{CmdLineTask}} catches a lot of people unawares, and causes lots of confusion and annoyance. It's necessary (because of that python {{multiprocessing}} bug) to have _some_ value, but as soon as we stick a value in people manage to exceed it. [~mfisherlevine] had a good idea: we make the value a number _per target_, which will make it harder to exceed when people throw lots of data at {{-j}}. That just means calling {{getTargetList}} a bit earlier.
1
2,214
DM-10686
05/30/2017 07:47:40
RingsSkyMap.findAllTracts() behaves oddly at poles
Sogo Mineo writes: {quote} I found that RingsSkyMap.findAllTracts() behaves oddly at poles. The docstring of RingsSkyMap.findAllTracts(self, coord) says it returns a list: https://github.com/lsst/skymap/blob/master/python/lsst/skymap/ringsSkyMap.py When coord is IcrsCoord((0, -90), degrees), however, findAllTracts() returns not a list but a TractInfo. (line 163). When coord is IcrsCoord((0, 90), degrees), it raises an error because line 166 "return self[-1]" is wrong. It has to be "return self[len(self)-1]". {quote}
1
2,215
DM-10690
05/30/2017 11:28:06
SQuaRE SuperTask Collaboration Week of 2017-04-10
Bucket ticket to cover non-specific SuperTask collaboration activities
1
2,216
DM-10691
05/30/2017 11:30:34
SQuaRE SuperTask Collaboration Week of 2017-04-17
Bucket ticket to cover non-specific SuperTask collaboration activities
1
2,217
DM-10737
05/30/2017 15:06:48
Make meas_mosaic use new reference catalogs by default
DM-2186 broke meas_mosaic (not surprising since it isn't in CI), and it looks like the right fix is to move the configuration that makes us use the new reference catalogs instead of astrometry.net into meas_mosaic itself, since there's no point having an override in obs_subaru when only obs_subaru uses meas_mosaic.
0.5
2,218
DM-10748
05/31/2017 12:45:00
Test meas_mosaic pybind11-related fix by RC data processing
Test the corrections made in {{meas_mosaic}} in DM-10688 by running a full HSC-RC run with the current stack to see if the ellipticity residuals are better.
2
2,219
DM-10760
06/01/2017 10:03:51
Switch warpType from enum to strings
DM-8491 added some code that enumerated warpTypes as enum.Enums. This third party package is not an official dependency. Backing that out.
0.5
2,220
DM-10764
06/01/2017 14:18:20
Rename Transform::of and Mapping::of to ::then
astshim.Mapping and afw.geom.Transform both support concatenation using {{of}}. However, we normally specify transforms as "aToB" (e.g. pixelsToSky), resulting in this awkward notation: {code} aToC = bToC.of(aToB) {code} To make code easier to read I propose renaming "of" to "then" and swapping the order of concatenation, resulting in the following: {code} aToC = aToB.then(bToC) {code} This also follows the constructor order for SeriesMapping: {code} aToC = SeriesMapping(aToB, bToC) {code} I propose to do this soon, while Transform is still not used in the DM stack.
2
2,221
DM-10769
06/01/2017 15:15:34
Astropy integration for F17
It has been deemed useful to integrate with astropy where possible. In particular, we should integrate with NDData.
40
2,222
DM-10777
06/01/2017 17:33:14
Create TransformBoundedField
Jointcal's improved photometric fit is done on the full focal plane, and thus we need its persisted output to be able to convert pixel coordinates on one CCD to the focal plane. Probably the easiest way to implement this is to create an {{astBoundedField}} that we can put into a {{PhotoCalib}}. We may eventually want to replace {{PhotoCalib}}'s use of {{BoundedField}} internally with AST, but for consistency with [~jbosch]'s {{meas_mosaic}} work, keeping the {{PhotoCalib}} interface the same is probably best. For reference, jointcal's photometric output looks something like {{f(g(x,y))*h(x,y)}}, where {{(x,y)}} are in pixel coordinates, {{g}} is the pixel to focal plane transformation, {{f}} is a Chebyshev polynomial, and {{h}} is some chip-level transform (currently a constant). Tagging this PairCoding, as it might be nice for me to sit with [~rowen] as he works on it, to aid my familiarity with AST.
8
2,223
DM-10778
06/01/2017 17:50:29
Add metadata access for Filter
Please add metadata access for {{Filter}} objects via the same pattern used to implement {{DM-9060}}. I hope this is essentially trivial.
5
2,224
DM-10779
06/01/2017 18:06:56
Implement running time metric(s)
By the All Hands Meeting, we should be able to demonstrate verification metrics by reporting running times (wall-clock) for AP pipeline stages. This ticket covers writing code for applying the {{verify}} framework to inline tests, profiling each stage, and supporting SQuaSH export (though the export itself is the responsibility of {{verify_ap}}). See DM-11118 for a list of pipeline stages. This ticket may report metrics at a finer-grained level than is presented there.
8
2,225
DM-10782
06/02/2017 08:36:57
Add bright star masks to ci_hsc
We're running production with bright star masks, so those should also be in the integration test. Otherwise there's the possibility that production fails when ci_hsc passes.
1
2,226
DM-10785
06/02/2017 09:19:38
setBrightObjectMasks does not properly construct footprint.
This causes coaddDriver to fail when bright object masks are turned on, e.g. {noformat} Traceback (most recent call last): File "/software/lsstsw/stack/Linux64/ctrl_pool/13.0-4-g98e8074+2/python/lsst/ctrl/pool/parallel.py", line 495, in logOperation yield File "/software/lsstsw/stack/Linux64/pipe_drivers/13.0-5-g7e5c55c/python/lsst/pipe/drivers/coaddDriver.py", line 261, in coadd coaddResults = self.assembleCoadd.run(patchRef, selectDataList) File "/software/lsstsw/stack/Linux64/pipe_base/13.0-5-g0e05785/python/lsst/pipe/base/timer.py", line 121, in wrapper res = func(self, *args, **keyArgs) File "/software/lsstsw/stack/Linux64/pipe_tasks/13.0-31-gbcfe521/python/lsst/pipe/tasks/assembleCoadd.py", line 357, in run self.setBrightObjectMasks(coaddExp, dataRef.dataId, brightObjectMasks) File "/software/lsstsw/stack/Linux64/pipe_tasks/13.0-31-gbcfe521/python/lsst/pipe/tasks/assembleCoadd.py", line 788, in setBrightObjectMasks foot = afwDetect.Footprint(center, radius, exposure.getBBox()) TypeError: __init__(): incompatible constructor arguments. The following argument types are supported: 1. lsst.afw.detection._footprint.Footprint(inputSpans: lsst.afw.geom.spanSet.SpanSet, region: lsst.afw.geom.box.Box2I=Box2D(minimum=Point2I(0, 0), dimensions=Extent2I(0, 0))) 2. lsst.afw.detection._footprint.Footprint(inputSpans: lsst.afw.geom.spanSet.SpanSet, peakSchema: lsst.afw.table.schema.schema.Schema, region: lsst.afw.geom.box.Box2I=Box2D(minimum=Point2I(0, 0), dimensions=Extent2I(0, 0))) 3. lsst.afw.detection._footprint.Footprint(arg0: lsst.afw.detection._footprint.Footprint) 4. lsst.afw.detection._footprint.Footprint() Invoked with: Point2I(30655, 33041), 51.792857142857095, Box2D(minimum=Point2I(27900, 31900), dimensions=Extent2I(4200, 4100)) {noformat} This should be covered in a unit test as well. Probably a good idea to do a quick scan for similar issues elsewhere too.
1
2,227
DM-10795
06/02/2017 11:31:14
Outline L1 Minimum Viable System
Outline and prioritize components required for end-to-end testing of L1 alert generation--most immediately to enable verify_ap development (DM-9676 and others).
3
2,228
DM-10799
06/02/2017 15:49:42
Rename Transform::tranForward to applyForward
The {{tranForward}} and {{tranInverse}} methods of {{Transform}} go against the LSST convention discouraging abbreviations. Rename them to {{applyForward}} and {{applyInverse}}, respectively.
0.5
2,229
DM-10800
06/02/2017 16:12:11
Merge matcherSourceSelector and matcherPessimisticSourceSelector
DM-9751 created a new source selector that inherits from matcherSourceSelector called matcherPessimisticSourceSelector. This source selector is a stop gap measure to preserve the behavior of matcherSourceSelector for matchOptimisticB. If the new matchPessimisticB is adopted from a future RFC as the default matcher this ticket will merge the two source selectors and matcherSourceSelector with take on the behavior of matcherPessimisticSourceSelector.
1
2,230
DM-10805
06/02/2017 18:33:25
Spatially-varying ZOGY option
Use ImageMapReduce to implement a spatially-varying A&L decorrelation task. Integrate that task as an option in imageDifference.py. Will possibly want to implement it as a subclass of ImagePsfMatchTask, because that task includes wrapper code for warping, which will be necessary here.
8
2,231
DM-10807
06/02/2017 19:10:01
Create command line interface (CLI) for ImgServ
This ticket will de-couple the REST interface, and potentially the VO API layer as well, from ImgServ Core, which will then become a library, thus enabling greater flexibility for change the web front ends while providing scalability to handle service requests. After completion, be able to perform a simple VO operation: is service available?
13
2,232
DM-10809
06/05/2017 07:54:13
Release LTD Mason with pinned ruamel.yaml version 0.14
Create a new release of LTD Mason with the version of ruamel.yaml pinned to prevent future version incompatibilities. See https://github.com/lsst-sqre/ltd-mason/pull/5 : bq. There will be API changes in the 0.15+ versions, that might lead to warnings that your users could see. Therefore please release a version of your package with this change, so that it will not automatically take the latest ruamel.yaml release.
0.5
2,233
DM-10819
06/05/2017 13:16:09
Define Endpoint equality
To allow for future development, {{BaseEndpoint}} should have an equality operator that accepts another {{BaseEndpoint}}, possibly with different template parameters, and returns true iff the two {{Endpoints}} have the same implementation class and the same (implementation-specific) state. Implementations and test cases must be carefully designed to avoid substitution-principle-related issues. At worst, this may require imposing a convention that all concrete subclasses of {{BaseEndpoint}} must be final.
2
2,234
DM-10828
06/06/2017 10:22:15
Generate comparison plots for the simulated deblender data
Run the deblender on all of the simulated images and compare the results to the truth, and to the results from the old deblender.
5
2,235
DM-10831
06/06/2017 11:27:08
Histogram in multi-trace chart
We need to migrate Firefly Histogram (with the bind calculated on the server) to multi-trace chart architecture. This includes options and table connections. Since histogram parameters do not map exactly to Plotly bar chart attributes (we use variable width bars to represent bins), this would be a good addition to the multi-trace charts proof-of concept. Other items that should be resolved by this ticket - Separating firefly specific things from plotly trace data - Not storing fetchData function in tablesource, it's preferable to store a string id that can be resolved into this function
8
2,236
DM-10837
06/06/2017 16:37:58
Fix eimageIsr import
`eimageIsr.py` in `obs_lsstSim` imports functions from `ip_isr` with `from lsst.ip.isr import isr`, but this only imports functions inside `isr.cc`. This import statement should be changed to `import lsst.ip.isr as isr` for the rest of the code in the module to work.
0.5
2,237
DM-10838
06/06/2017 17:30:20
Expose channel and connid from WebsocketClient
A {{firefly_client.FireflyClient}} instance can be connected to a Firefly widget when the {{channel}} and {{connID}} are known. The {{channel}} and {{connID}} are logged to the browser Javascript console when the {{connect}} method from the {{firefly_widgets}} package is invoked in a notebook. The requested improvement is to expose the function that returns {{channel}} and {{connID}} as an API. The benefit would be that the functionality of the Python API could be used on widget instances.
1
2,238
DM-10839
06/06/2017 19:09:39
Implement missing features of command line SuperTask activator
Missing features include: - specifying multiple SuperTasks on command line - loading Pipeline from serialized format - support for "show" command Multi-task support may need rethinking of UI for command line.
8
2,239
DM-10842
06/07/2017 08:50:12
RFC new design for afw::math::Statistics
Make sure there are no overwhelming community objections to the design & requirements outlined in DMTN-043
3
2,240
DM-10853
06/07/2017 11:26:50
SUIT portal integration with PDAC v2 Science Platform
We will start integrate the SUIT portal into the science platform. Major features will be: * Enable use login * accessing user workspace (storage space) from portal *
40
2,241
DM-10854
06/07/2017 11:36:46
User workspace access API
We need to decide the API to use to access user workspace (storage).  DAX team will implement a WedDAV API first, VOSpace API will be implemented later. Work with DAX team during their implementation phase on the issues coming up.   [https://jira.ipac.caltech.edu/browse/FIREFLY-94]
8
2,242
DM-10871
06/08/2017 04:34:56
Add unit test for MDC overwriting
DM-10623 does not add unit test for the piece of functionality that it altered, would be nice to add one.
1
2,243
DM-10903
06/09/2017 09:23:21
Update DMTN-23 tutorial to work with recent versions of the stack
I'm planning to publicize this document at the Lyon meeting next week as a part of a tutorial session on how to use the stack, but it has some instructions that no longer work. I know [~jsick] has been working through this and fixing things (and probably putting it in a new, more permanent location), but I don't want to assume anything about that yielding results by next week.
1
2,244
DM-10908
06/09/2017 18:49:45
Refactor Butler instantiation code in ImgServ
Pull Butler instantiation code further up in imgserv, so it can be done externally to the ImgServ library when the ImgServ library is split into its own module (will enable use to cache Butlers in the Flask/CLI layers for improved performance)
5
2,245
DM-10919
06/13/2017 10:08:34
Add WBS breakdown to LDM-294
Update LDM-294 so that, given a textual description of the WBS, it: - Automatically includes that in the document - Associates each WBS element with a set of products from {{productlist.csv}}
1
2,246
DM-10920
06/13/2017 10:39:25
Improve metasrc's parsing of latex for metadata
DM's LaTeX authors make use of whitespace in command invocations that weren't anticipated by metasrc's regular expressions. For example: {code} \title [Test Plan] { \product ~Test Plan} {code} This ticket adds flexibility to the regular expressions to work with this whitespace. *Eventually we really need to replace the regular expressions with a fully-fledged TeX tokenizer.*
0.5
2,247
DM-10921
06/13/2017 10:40:53
Deploy LDM-503 to LSST the Docs
Deploy LDM-503 to ldm-503.lsst.io using Lander.
0.5
2,248
DM-10922
06/13/2017 11:12:24
Outline necessary metrics for verify_ap
Outline range of metrics needed in verify_ap.
3
2,249
DM-10926
06/13/2017 17:14:27
Incompatibility with NumPy 1.13
Per [this report on CLO|https://community.lsst.org/t/difficulty-installing-on-python-3-6/1961], our test suite fails when run against NumPy 1.13.0: {code} File "tests/testSimpleTable.py", line 346, in testExtract self.assertFloatsEqual(d["a_b_c2"], catalog.get("a_b_c2")[idx]) File "/home/mnewsome/envs/lsst_maf/lsst/Linux64/utils/13.0/python/lsst/utils/tests.py", line 652, in assertFloatsEqual return assertFloatsAlmostEqual(testCase, lhs, rhs, rtol=0, atol=0, **kwargs) File "/home/mnewsome/envs/lsst_maf/lsst/Linux64/utils/13.0/python/lsst/utils/tests.py", line 568, in assertFloatsAlmostEqual diff = lhs - rhs TypeError: numpy boolean subtract, the - operator, is deprecated, use the bitwise_xor, the ^ operator, or the logical_xor function instead. {code} This has been promoted from a {{DeprecationWarning}} to a {{TypeError}} as of [NumPy 1.13.0|https://github.com/numpy/numpy/releases/tag/v1.13.0], which was recently released.
1
2,250
DM-10931
06/14/2017 17:00:10
Fix variable name bug and remove print statements in matchPessimisticB.
A print statement that was inserted for debugging should be removed from the stack version of the code. The empty struct returned by the PessimisticPattern matcher class has an incorrect name for distances_rad which was introduced in DM-9751.
1
2,251
DM-10934
06/14/2017 17:30:28
Fix "Sigma" and "Err" in change controlled DM docs
Find all uses of {{Err}} and {{Sigma}} in the version controlled DM documents (hopefully just LDMs?), determine if they are correct or not, and fix the ones that are incorrect. How many LDMs are there (of order 20 on the page below), and where do they all live? This document is a good start at finding them: https://confluence.lsstcorp.org/display/DM/Requirements+and+Design+Hierarchy This git repo should encompass all the important ones: https://github.com/lsst-dm/dm-docs.git
1
2,252
DM-10937
06/14/2017 18:04:36
Update ICD tracking sheet for DM
Based on a request from Brian Selvy to all subsystems, update the ICD status tracking sheet Document-19424 to reflect appropriate need dates, issues, etc.
2
2,253
DM-10943
06/15/2017 12:49:06
References to TranForward and TranInverse are confusing
Various doc strings reference the {{Mapping}} attributes {{TranForward}} and {{TranInverse}}. However, these are obtained using {{hasForward}} and {{hasInverse}}, so much of this documentation is confusing. Clean this up.
0
2,254
DM-10945
06/15/2017 14:11:30
update eups to 2.1.3 to improve tarball package installation
{{newinstall.sh}} should be updated to use eups 2.1.3 to reduce the time required to install binary tarballs. {{lsstsw}} should be updated at the same time to keep our build envs in sync.
2
2,255
DM-10947
06/15/2017 14:49:02
Allow linearizeTransform and affineTransform to simplify their mappings
The current implementation of {{geom::linearizeTransform}}, and the initial implementation for an AffineTransform -> Transform conversion factory, use unsimplified mappings internally to work around AST bugs. This makes them unneccessarily slow, particularly {{linearizeTransform}}, which composes three mappings at present. Simplification should be added once the bugs in question are fixed.
1
2,256
DM-10953
06/16/2017 12:04:04
Give ModelPsfMatchTask ablilty to match to all PSF types
Ticket named " 'Psf' object has no attribute 'resized'" as filed. {{ModelPsfMatchTask}} calls {{Psf.resized}}, but that method is only defined for certain specialised {{Psf}} classes ({{SingleGaussianPsf}} and {{DoubleGaussianPsf}}). It should have a default implementation, and be defined for {{CoaddPsf}}. {code} > python modelPsfMatchTask.py --template 'data/SDSSJ0920+0034/calexp-HSC-I-9564-7,3.fits' --science 'data/SDSSJ0920+0034/calexp-HSC-R-9564-7,3.fits' psfMatch INFO: compute Psf-matching kernel psfMatch INFO: Adjusting dimensions of reference PSF model from (43, 43) to (41, 41) Traceback (most recent call last): File "modelPsfMatchTask.py", line 160, in <module> run(args) File "modelPsfMatchTask.py", line 130, in run result = psfMatchTask.run(templateExp, scienceExp) File "modelPsfMatchTask.py", line 45, in run return ModelPsfMatchTask.run(self, scienceExp, templateExp.getPsf()) File "/Users/aisun/anaconda/envs/lsst/opt/lsst/pipe_base/python/lsst/pipe/base/timer.py", line 121, in wrapper res = func(self, *args, **keyArgs) File "/Users/aisun/anaconda/envs/lsst/opt/lsst/ip_diffim/python/lsst/ip/diffim/modelPsfMatch.py", line 274, in run result = self._buildCellSet(exposure, referencePsfModel) File "/Users/aisun/anaconda/envs/lsst/opt/lsst/ip_diffim/python/lsst/ip/diffim/modelPsfMatch.py", line 388, in _buildCellSet referencePsfModel = referencePsfModel.resized(lenPsfScience, lenPsfScience) File "/Users/aisun/anaconda/envs/lsst/opt/lsst/afw/python/lsst/afw/detection/detectionLib.py", line 3745, in <lambda> __getattr__ = lambda self, name: _swig_getattr(self, Psf, name) File "/Users/aisun/anaconda/envs/lsst/opt/lsst/afw/python/lsst/afw/detection/detectionLib.py", line 89, in _swig_getattr raise AttributeError("'%s' object has no attribute '%s'" % (class_type.__name__, name)) AttributeError: 'Psf' object has no attribute 'resized' {code} Bug reported by [Ai-Lei Sun|mailto:[email protected]].
8
2,257
DM-10965
06/19/2017 10:24:07
FootprintSet setter unable to accept results from getter
A bug in afw FootprintSets was reported where the returned value from getFootprints could not be used in the function call setFootprints as shown below. Success of this ticket will be when the output can be used as an input. {code:python} (Pdb) footprintSet.setFootprints(footprintSet.getFootprints()) *** TypeError: setFootprints(): incompatible function arguments. The following argument types are supported: 1. (self: lsst.afw.detection._footprintSet.FootprintSet, arg0: std::vector<std::shared_ptr<lsst::afw::detection::Footprint>, std::allocator<std::shared_ptr<lsst::afw::detection::Footprint> > >) -> None Invoked with: <lsst.afw.detection._footprintSet.FootprintSet object at 0x7fdc226da928>, [<lsst.afw.detection._footprint.Footprint object at 0x7fdc226dac38>, <lsst.afw.detection._footprint.Footprint object at 0x7fdc226dadf8>, <lsst.afw.detection._footprint.Footprint object at 0x7fdc226dac70>] {code}
1
2,258
DM-10973
06/19/2017 15:28:22
Make SkyWcs transform to IcrsCoord instead of SpherePoint
At present {{SkyWcs}} is a subclass of {{Transform<Point2Endpoint, SpherePointEndpoint>}} and this means that {{pixelToSky}} transforms to {{SpherePoint}}. However {{SkyWcs}} is always normalized to ICRS and so {{pixelToSky}} should probably produce {{IcrsCoord}}. The simplest way to change this is to change {{SpherePointEndpoint}} to {{IcrsCoordEndpoint}}. One obvious alternative is to keep both and change the endpoint class {{SkyWcs}} uses. However, we have no identified need for {{Transform}} to transform to {{SpherePoint}} (nor {{IcrsCoord}} except as a base class for {{SkyWcs}}). Furthermore if we have N {{Endpoint}} classes then we instantiate N^2 {{Transform}} classes. So I propose to simply rename for now.
5
2,259
DM-10974
06/19/2017 15:31:30
Ensure linearity is being applied in ISR to decam
Linearization was implemented in DM-6356. Make sure that linearity is still applied given the full decam ISR task.
2
2,260
DM-10975
06/19/2017 15:48:29
Update input repositories and config for Gaia
* Update lsst-dev butler repository to include Gaia ref cat (my be a no-op). * Update DMTN instructions, if necessary. * Update configs used by the prototype to use Gaia as the astrometric ref and PS1 (or SDSS) as the photometric ref
2
2,261
DM-10976
06/19/2017 16:03:55
Get HiTS 2014 data
* Get HiTS data for 2014 fields matching 2015 fields for the prototype AP system (DM-7925), to be used for template generation * Once the dataset exists, make a git-lfs repo for it and/or add it to /datasets on lsst-dev (along with the 2015 field data to be used as "science"). This should adhere to the layout defined in DM-11116.
5
2,262
DM-10977
06/19/2017 16:10:57
Share ImageSelector from Twinkles
Bring the good seeing ImageSelector from the Twinkles branch into the {{decam_hits}} repository. Add a {{goodSeeingCoadd}} config parameter to use it.
2
2,263
DM-10981
06/19/2017 16:47:58
Schedule and implement a conversation with DAX about L1 DB
We need some sort of mocked up interface to the level 1 database. Specifically, this requires the ability to retrieve DIAObjects based on spatial position and the ability to put potentially updated versions of those DIAObjects back from multiple threads. Ideas were to either use a sqlite database and interact directly through SQL, but it might be informative to have a shimmed butler interface to do this interaction. In either case, the schema are defined and reside in the {{cat}} package.
3
2,264
DM-10982
06/19/2017 16:49:09
Ensure that Firefly package's JSDoc content is updated on firefly.lsst.io
https://firefly.lsst.io/ and https://firefly.lsst.io/builds/ seem to exist, but they have not received any new content since March. We need to be clear about what updates we expect to go to this site - all updates to the {{dev}} branch? Decision: the JSDoc is in sync with github master branch.
2
2,265
DM-10983
06/19/2017 16:58:42
Get Python docstring content from firefly_client published to firefly-client.lsst.io
At the "Firefly documentation mini-workshop" it was agreed that the Firefly Python API in the firefly_client package should be published on a {{firefly-client.lsst.io}} mini-site using [~jsick]'s standard technology. Docstring content is available in that package but the site doesn't seem to be active. This ticket is about getting the site up and running.
3
2,266
DM-10984
06/19/2017 17:02:51
Write "user guide" documentation for firefly_client
In addition to the existing Python docstring documentation in {{firefly_client}}, it would be desirable to have "user guide"-type documentation, including examples, available.
5
2,267
DM-10998
06/20/2017 17:01:49
buildbot-scripts cleanups
There are a couple of small issues with {{lsst-sqre/buildbot-scripts}} that could be improved, including: * Inconsistent use of true/false, 0/1, and "yes"/"no" for boolean values. * printing of variables that are no longer in use (DEMO_ROOT & DEMO_TGZ). * inconsistent use of posix and bash style conditional expressions
0.5
2,268
DM-11000
06/20/2017 23:26:17
Fix pyyaml build problem in Qserv base container
The recent pyyaml change to build on top of libyaml busted the Qserv base container builds. It looks like a necessary -L option for libyaml is missing of the CFLAGS additions in the build() override in the eupspkg.cfg.sh; in miniconda installs this goes unnoticed since the lib is picked up from miniconda. Since the Qserv base containers are non-miniconda builds, they broke.
1
2,269
DM-11002
06/21/2017 09:34:38
Simplify Git LFS documentation in the Developer Guide
With the Git LFS updates, the Git LFS documentation (https://developer.lsst.io/tools/git_lfs.html) as written seems to be unclear. This ticket will clean that up.
0.5
2,270
DM-11009
06/21/2017 13:51:59
Automatic backtrace printing is unhelpful
All in all, I think this could be more useful: {code} [swinbank@lsst-dev01 ~]$ . /ssd/lsstsw/stack/loadLSST.bash Note: do not use devtoolset-3 in conjunction with this stack. [swinbank@lsst-dev01 ~]$ setup lsst_apps [swinbank@lsst-dev01 ~]$ eups list -s lsst_apps 13.0-2-gcc7d151+16 w_2017_24 current setup [swinbank@lsst-dev01 ~]$ cat > backtrace.py import lsst.afw.image as afwImage afwImage.ImageF(None) [swinbank@lsst-dev01 ~]$ python backtrace.py Caught signal 11, backtrace follows: terminate called after throwing an instance of 'std::regex_error' what(): regex_error Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Caught signal 6, backtrace follows: terminate called recursively Segmentation fault {code}
1
2,271
DM-11010
06/21/2017 17:27:57
Footprint.transform may be transforming the wrong position
{{Footprint.transform}} contains the following code: {code} std::shared_ptr<Footprint> Footprint::transform(geom::XYTransform const& t, ... ... // now populate the new Footprint with transformed Peaks for (auto const& peak : getPeaks()) { // Transform the x y Point auto newPoint = t.forwardTransform(geom::Point2D(peak.getFx(), peak.getFx())); newFootprint->addPeak(newPoint.getX(), newPoint.getY(), peak.getPeakValue()); } {code} I strongly suspect it should be transforming Fx, Fy instead of Fx, Fx. If so, the code would be simpler and less error-prone as: {code} auto newPoint = t.forwardTransform(peak.getF()); {code} In the same vein: a variant of {{addPeak}} that took a {{Point2D}} for the position would be a useful addition.
1
2,272
DM-11013
06/22/2017 14:06:04
SUIT needs to throw out a more meaningful error message when DAX has connection issue
When DAX has problem as today (6/22/17), select the table "Forced photometry based on i-band coadds" table from "SDSS Stripe82" in http://localhost:8080/firefly/lsst-pdac-triview.html;a=layout.showDropDown, in the metadata table area SUIT throws out this error message: "Catalog Fetch Error: edu.caltech.ipac.firefly.server.query.DataAccessException: DataAccessException:ERROR:DAX Error: OperationalError from:unknown" We need to improve the error message, following exception convention implemented by Trey in ticket DM-10560, for our users.
2
2,273
DM-11016
06/22/2017 18:20:46
Add standard library tag file to Doxygen
cppreference.com provides a [tag file|http://en.cppreference.com/w/Cppreference:Archives#Doxygen_tag_file] that allows Doxygen builds to link to its documentation on standard library types ({{vector}}, {{string}}, standard exception classes, etc.). Using this file in {{lsst.base}} would save developers working with Stack code from having to look up these classes by hand. A minor feature, but a convenient one. -One question that would need to be addressed is whether the tag file should be stored in {{base}} or downloaded from the website each time. The former is easier (and allows documentation to be built without an internet connection), while the latter would prevent the tag file from going out of date.-
1
2,274
DM-11018
06/23/2017 09:27:50
check Firefly display of mask after DM-7477 implementation
RFC-25 triggered DM-7477 to increase the mask plane from 16 bits to 32 bits. Firefly has the function to display mask plane when it is part of teh extension. We need to double check to make sure the display still works.
1
2,275
DM-11033
06/26/2017 10:47:57
Problem with exists/getStorage() with composite datatypes
When using composite data types (e.g. with obs_comCam), seemingly all cmdLineTasks (certainly {{processCcd.py}} and {{constructCalibs.py}}) fail with {noformat} File "/ssd/lsstsw/stack_20170409/Linux64/daf_persistence/13.0-17-gd5d205a+2/python/lsst/daf/persistence/repository.py", line 303, in exists butlerLocationStorage = location.getStorage() AttributeError: 'ButlerComposite' object has no attribute 'getStorage' {noformat} It seems that these composite objects don't have the function defined. Steps to reproduce can be found by setting up a stack on lsst-dev with {{. /home/mfl/nate.sh}} and the repo can be remade and the failing command run with {{. /home/mfl/rerun_nate.sh}}.
2
2,276
DM-11051
06/27/2017 12:13:42
Change logger level for wcs warning
DM-10559 introduced a warning when makeWcs() fails to construct a wcs, but the level was too high. It should be reduced DEBUG level warning.
1
2,277
DM-11091
06/28/2017 15:13:20
Fix multibandDriver attempting to run detection when no data present
MultibandDriver attempts to run detection if no calibrated exposures are found. It should skip trying to do this if there is no data present at all.
1
2,278
DM-11094
06/28/2017 16:00:04
The time series page should not be named as ": Viewer"
localhost:8080/suit/ SDSS Stripe82, Object table, RA=9.6, Dec=-1.1, radius=10 as Click any row with coadd_filter_id=3 Click "View Time Series: <id>" button The time series will popup. At the upper left corner, ":Viewer" is there. I think the leading title was missing. Fix: Use a more meaningful name, like "Time Series Tool: Viewer"
1
2,279
DM-11097
06/29/2017 06:29:26
Document required entry points for Tasks
Per RFC-352, all {{Task}}​s (modulo approved exceptions; see the RFC for details) are expected to provide a {{run}} method as their primary point of entry, and may also provide {{runDataRef}} for operating on dataRefs. Please update the documentation in pipe_base to explain this requirement (and the procedure for obtaining an exemption).
1
2,280
DM-11104
06/29/2017 12:06:16
generate py3/lsst_distrib docker containers from tarballs
At present, the docker containers that are published as part of the weekly pipelines/apps tag/release process are using python 2.7. In addition, they are from scratch builds which should no longer be necessary as weekly binary "tarball" builds are being published.
1
2,281
DM-11137
06/30/2017 09:45:39
testSafeFileIO fails with too many open files on Python 3 and Terminal
testSafeFileIO.py fails on my mac (iMac and laptop) from Terminal using Python3. It passes on Python2 and using iTerm2 on Python3. The open file limit seems to be on the edge and might have to be calculated dynamically.
0.5
2,282
DM-11138
06/30/2017 12:04:36
Convert meas_mosaic wcs output to a format directly readable by the butler
{{meas_mosaic}} writes its WCS as FITS header with no attached image, which requires loading code to use the following pattern: {code} md = butler.get("wcs_md", ...) wcs = lsst.afw.image.makeWcs(md) {code} instead of simply {code} wcs = butler.get("wcs", ...) {code} Using a header-only format also limits us to FITS-standard WCS mappings. Because {{Wcs}} inherits from {{afw::table::io::Persistable}} it already has {{writeFits}} and {{readFits}} methods that utilize our FITS binary table format, which will be able to save more complex WCS solutions. It's also compatible (or will be soon, on DM-10728) with the "FitsCatalogStorage" butler storage type, so we should be able to fix this by: - Redefining "wcs" to be a "FitsCatalogStorage" dataset, instead of a "FitsStorage" exposure in all mappers; - modifying meas_mosaic (and possibly jointcal, if needed) to use {{butler.put}} directly. - modifying any code that consumes the {{wcs}} dataset to use {{butler.get}} directly. In addition, this issue should include creating a simple command-line script that can be used to convert a data repository from the old format to the new one.
2
2,283
DM-11147
06/30/2017 13:48:00
Reconfigure obs_ctio0m9 to work after changes to meas_astrom
After DM-10253 and DM-10565 things were working well with obs_ctio0m9, but changes to some defaults in meas_astrom meant that the {{processCcd.py}} config merged there is no longer correct. This ticket exists to make those changes.
2
2,284
DM-18276
06/30/2017 14:17:12
Make SAL message timestamp visible to Python
All SAL messages contain a timestamp, but this fields is not visible to Python. Please make this field available to Python code, along with any other similar topic metadata that might be useful.
2
2,285
DM-11158
07/02/2017 20:37:24
Doing a stack install using Anaconda 4.4.0 (Python 3.6.1) results in 3 tests failing during the build in meas_base.
Both at NERSC and on a Linux machine at Duke I see the following identical behavior. The Duke machine is one of our reference platforms so I believe the behavior should be reproducible anywhere. {code} cosmology-01:~ $ cat /etc/redhat-release CentOS Linux release 7.3.1611 (Core) {code} I installed Anaconda 4.4.0 (Python 3.6 version) and used it for the stack install (instead of the 3.5 based miniconda). I used the newinstall from: {{https://raw.githubusercontent.com/lsst/lsst/master/scripts/newinstall.sh}} I issued the following command after the eups bootstrap: {{eups distrib install -t w_2017_25 lsst_apps}} The build runs until meas_base where 3 of the tests fail. The three resulting failures are: {code} cosmology-01:.tests $ ls *.failed testApertureFlux.py.failed testScaledApertureFlux.py.failed testMeasureSources.py.failed cosmology-01:.tests $ {code} For example: {code} cosmology-01:.tests $ cat testMeasureSources.py.failed tests/testMeasureSources.py F.... ====================================================================== FAIL: testCircularApertureMeasure (__main__.MeasureSourcesTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/testMeasureSources.py", line 102, in testCircularApertureMeasure self.assertAlmostEqual(10.0*math.pi*r*r/currentFlux, 1.0, places=4) AssertionError: 2.3123809147074006 != 1.0 within 4 places ---------------------------------------------------------------------- Ran 5 tests in 2.487s FAILED (failures=1) {code}
1
2,286
DM-11160
07/03/2017 06:40:25
Add metadata to LDM-534 draft
It should have a change record, note of repository URL, etc.
1
2,287
DM-11162
07/03/2017 12:04:49
Replace all use of Coord and subclasses with SpherePoint
Implement RFC-353 by replacing all use of {{Coord}} and its subclasses with {{SpherePoint}}. Things to keep in mind: - afw will no longer support coordinate conversions. We do not rely on this now (except for a very small number of cases of use of FK5 J2000 instead if ICRS that is likely a mistake). - {{SpherePoint}} and {{Coord}} have slightly different APIs (for instance {{SpherePoint}} is immutable) so some usage will need to change. - {{Coord}} has some methods that {{SpherePoint}} does not. These may have to be added to {{SpherePoint}} or implemented as free functions. This would also be a good time to eliminate the {{SpherePoint(double raDecRad[2])}} constructor. This was added to support {{Transform}} but turned out to be unnecessary.
20
2,288
DM-11163
07/03/2017 14:33:46
Always create VisitInfo from metadata when available
Please create {{VisitInfo}} whenever we read an {{Exposure}} from disk if suitable metadata is available. Currently this is done in the {{std_raw}} method, but it's also needed when e.g. reading master dark calibration frames from {{DecoratedImages}}.
1
2,289
DM-11164
07/03/2017 14:35:33
Write suitable metadata for VisitInfo when writing calibrations
We need to be able to get darktime from {{VisitInfo}} when using e.g. master darks, so please add code to write suitable metadata.
1
2,290
DM-11166
07/03/2017 14:56:54
Fix typo in log message
Please fix the typo for "metadata" in makeRawVisitInfo.py: {code} Key=\"{}\" not in medata {code}
0
2,291
DM-11183
07/05/2017 14:24:24
PEP8 and Python 3 Improvements for imgserv
Rewrite more of imgserv according to PEP8 and Python 3 improvements
2
2,292
DM-11192
07/05/2017 16:03:38
Status monitoring for qserv disconnected queries
Revisit qserv status monitoring (SHOW PROCESSLIST etc.) and ensure that it will be usable for monitoring the status of qserv disconnected queries
0.5
2,293
DM-11196
07/06/2017 10:26:56
Move yaml camera model to obs_base
[~rhl] designed a nice replacement for the camera model using yaml description. This ticket is to, as an experiment, move it to {{obs_base}} without activating it, so that it can be tested and integrated where people so choose. An RFC will be filed regarding switching to it as our default camera description once the move is complete.
0.5
2,294
DM-11215
07/06/2017 14:35:52
Enable validateDrp.py to run from JSON file.
Enable validateDrp.py to run from JSON file. Currently, the basic running is: {code} validateDrp.py repodir {code} This produces an output JSON file, along with STDOUT of the results, and plots of KPMs and related metrics. Behavior will be the (slightly magic): {code} validateDrp.py output.json {code} where the code will just check to see if it was being passed a JSON file, and, if so, then load those results and produce requested output solely based on the JSON file.
5
2,295
DM-11217
07/06/2017 15:08:44
Butler+CmdLineTask cannot output to a (non-repo) folder where some files already exist
[~sthrush] noticed that tasks fail if the output is a non-empty non-repo folder. To reproduce with {{w_2017_26}}: {code:java} $ mkdir out $ echo 1234 > out/a $ processCcd.py /datasets/hsc/repo --id visit=444 ccd=4 --output out {code} This gives errors: {code:java} Traceback (most recent call last): File "/software/lsstsw/stack/Linux64/pipe_tasks/13.0-38-gf73ba12/bin/processCcd.py", line 25, in <module> ProcessCcdTask.parseAndRun() File "/software/lsstsw/stack/Linux64/pipe_base/13.0-9-g1c7d9c5+5/python/lsst/pipe/base/cmdLineTask.py", line 509, in parseAndRun parsedCmd = argumentParser.parse_args(config=config, args=args, log=log, override=cls.applyOverrides) File "/software/lsstsw/stack/Linux64/pipe_base/13.0-9-g1c7d9c5+5/python/lsst/pipe/base/argumentParser.py", line 512, in parse_args namespace.butler = dafPersist.Butler(inputs=inputs, outputs=outputs) File "/software/lsstsw/stack/Linux64/daf_persistence/13.0-20-g8cd6840/python/lsst/daf/persistence/butler.py", line 531, in __init__ self._setAndVerifyParentsLists(repoDataList) File "/software/lsstsw/stack/Linux64/daf_persistence/13.0-20-g8cd6840/python/lsst/daf/persistence/butler.py", line 905, in _setAndVerifyParentsLists repoData.cfg.extendParents(parents) File "/software/lsstsw/stack/Linux64/daf_persistence/13.0-20-g8cd6840/python/lsst/daf/persistence/repositoryCfg.py", line 167, in extendParents if all(x == y for (x, y) in zip(self._parents, newParents)): TypeError: zip argument #1 must support iteration {code} If the folder is empty (i.e. skipping {{$ echo 1234 > out/a}} in the example) then the task runs just fine.
2
2,296
DM-11229
07/07/2017 12:52:04
Investigate GLMM convergence
While testing the proximal gradient methods (ADMM, SDMM, and GLMM) on more simplistic functions, [~pmelchior] and I have been noticing strange behavior in the algorithms, noticeably that under certain circumstances the solutions diverge. This ticket is meant to be a placeholder for sub-tickets that will dive into specific cases where we have noticed that the algorithms fail to understand and correct the behavior.
5
2,297
DM-11230
07/07/2017 12:57:15
Investigate divergence in spectral normalization
In hyperspectral mixing, a similar but easier to solve problem then a deblender, we normalize the spectra in exactly the same way that we do in the deblender, namely requiring that the values of each component's spectrum are positive and sum to one. What we notice is that if we perform the normalization as a linear operator, the algorithm quickly diverges. Understanding why this happens is likely to improve our understanding of deblender failures, so this ticket aims to understand the reason for this divergence.
5
2,298
DM-11237
07/08/2017 12:07:47
Please turn down verbosity of sipterms.cc test
It's very hard to see what tests are failing as the sipterms test spits many *many* lines of output all over the screen. The most recent changeset is 3d57adbe, hence the assignment of this issue. It's not your fault, but we might as well change the tests to {{#if 0}} or some CPP symbol at the same time. {code} 3d57adbe (Krzysztof Findeisen 2017-04-19 90) if (1) { 742ec6fa (fergal 2010-06-15 91) printf("\n%.1f %.1f : %.3f\n", u, v, distortX); dcfba3df (dstn 2011-05-05 92) printf("%.7f %.7f \n", lin.getRa().asDegrees(), lin.getDec().asDegrees()); dcfba3df (dstn 2011-05-05 93) printf("%.7f %.7f \n", sip.getRa().asDegrees(), sip.getDec().asDegrees()); 3d57adbe (Krzysztof Findeisen 2017-04-19 94) printf("Diff: %.7f %.7f \n", sip.getRa().asDegrees() - lin.getRa().asDegrees(), 3d57adbe (Krzysztof Findeisen 2017-04-19 95) sip.getDec().asDegrees() - lin.getDec().asDegrees()); 742ec6fa (fergal 2010-06-15 96) } {code}
1