Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001076LuxRenderCorepublic2011-05-20 15:082012-09-11 06:10
ReporterJ the Ninja 
Assigned Toguibou 
PrioritynormalSeveritycrashReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version1.0Fixed in Version1.0RC4 
Summary0001076: Load FLM crashes the GUI
DescriptionIf you try and load an FLM for post-processing via the File > Load FLM box or by passing the file to Lux on startup, it will crash. It is possible to resume from FLMs without issue, but trying to simply load one always results in a crash.
Steps To ReproduceFile > Load FLM (not Resume FLM or launching a render with an existing FLM)

Select any valid FLM file. LuxRender will crash.
Additional InformationCrash log, if it helps any:


Process: luxrender [94892]
Path: /Users/Jason/Developer/Lux/Core/lux/Release/LuxRender.app/Contents/MacOS/luxrender
Identifier: org.luxrender.luxrender
Version: 0.8.dev (0.8.dev)
Code Type: X86-64 (Native)
Parent Process: launchd [136]

Date/Time: 2011-05-20 14:59:48.778 -0700
OS Version: Mac OS X 10.6.7 (10J869)
Report Version: 6

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 liblux.dylib 0x000000010019bef2 luxPrintableStatistics + 34
1 org.luxrender.luxrender 0x0000000100025a8a boost::exception_detail::current_exception_unknown_boost_exception(boost::exception const&) + 75882
2 org.luxrender.luxrender 0x00000001000873c8 Ui_OpenEXROptionsDialog::setupUi(QDialog*) + 9528
3 QtCore 0x0000000101b2dfe6 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 710
4 QtCore 0x0000000101c21c50 QObject::event(QEvent*) + 432
5 QtGui 0x0000000100fa950d QApplicationPrivate::notify_helper(QObject*, QEvent*) + 189
6 QtGui 0x0000000100fafc0e QApplication::notify(QObject*, QEvent*) + 2094
7 QtCore 0x0000000101b2769c QCoreApplication::notifyInternal(QObject*, QEvent*) + 124
8 QtGui 0x0000000100fa95ac QApplicationPrivate::notify_helper(QObject*, QEvent*) + 348
9 QtGui 0x0000000100f62c1c QDesktopWidget::resizeEvent(QResizeEvent*) + 6060
10 com.apple.CoreFoundation 0x00007fff88e15be8 __CFRunLoopRun + 6488
11 com.apple.CoreFoundation 0x00007fff88e13dbf CFRunLoopRunSpecific + 575
12 com.apple.HIToolbox 0x00007fff88af77ee RunCurrentEventLoopInMode + 333
13 com.apple.HIToolbox 0x00007fff88af75f3 ReceiveNextEventCommon + 310
14 com.apple.HIToolbox 0x00007fff88af74ac BlockUntilNextEventMatchingListInMode + 59
15 com.apple.AppKit 0x00007fff80db2e64 _DPSNextEvent + 718
16 com.apple.AppKit 0x00007fff80db27a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
17 com.apple.AppKit 0x00007fff80d7848b -[NSApplication run] + 395
18 QtGui 0x0000000100f64624 QDesktopWidget::resizeEvent(QResizeEvent*) + 12724
19 QtCore 0x0000000101c13b44 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68
20 QtCore 0x0000000101c13e64 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 180
21 QtCore 0x0000000101c1548c QCoreApplication::exec() + 188
22 org.luxrender.luxrender 0x0000000100002d4d 0x100000000 + 11597
23 org.luxrender.luxrender 0x0000000100002d04 0x100000000 + 11524
TagsNo tags attached.
Mercurial Changeset #
Requires Documentation UpdateNo
Requires Exporter Update
Attached Files

- Relationships

-  Notes
(0003045)
jensverwiebe (developer)
2011-05-21 13:40

This is NOT happening in mainbranch, didn“t test sppm-branch JT is using.

Jens
(0003046)
J the Ninja (developer)
2011-05-21 13:42

Product version and priority updated, crash seems limited to sppm branch
(0003075)
J the Ninja (developer)
2011-06-15 23:11

As expected, the sppm merge means this crash is now present in the 0.9 trunk.
(0003076)
Lord Crc (administrator)
2011-06-15 23:26

Fix in repository.
(0003259)
Rom1 (reporter)
2011-12-05 02:45

bug still open for me :

I can't load a flm from a sppm rendering.
I can resume it

using dev version cbbeeaac90b8
(0003260)
SATtva (developer)
2011-12-05 03:02

AFAIK, SPPM doesn't support resumed rendering. I could be wrong though.
(0003261)
Rom1 (reporter)
2011-12-05 04:35

If I resume I can have my old rendering and do some post processing.

If I could load it would be better.
(0003269)
J the Ninja (developer)
2011-12-12 09:03

Yep, I can confirm here. "Load FLM" (for post-pro) is once again broken. Only happens with SPPM films this time though.
(0003478)
Lord Crc (administrator)
2012-07-26 13:07

I can't reproduce the crash, but the weights of the photons and direct lighting seem to be way off.
(0003483)
J the Ninja (developer)
2012-07-26 17:18

I get the same results (no crash but weird brightness). This probably a unrelated issue with SPPM, so I'm gonna go ahead and resolve this particular issue.

- Issue History
Date Modified Username Field Change
2011-05-20 15:08 J the Ninja New Issue
2011-05-21 13:29 Lord Crc Assigned To => Lord Crc
2011-05-21 13:29 Lord Crc Status new => assigned
2011-05-21 13:40 jensverwiebe Note Added: 0003045
2011-05-21 13:41 J the Ninja Priority urgent => normal
2011-05-21 13:41 J the Ninja Product Version 0.8RC3 =>
2011-05-21 13:42 J the Ninja Note Added: 0003046
2011-05-24 12:55 jeanphi Target Version => 1.0
2011-06-15 23:11 J the Ninja Note Added: 0003075
2011-06-15 23:26 Lord Crc Note Added: 0003076
2011-06-15 23:26 Lord Crc Status assigned => resolved
2011-06-15 23:26 Lord Crc Fixed in Version => 1.0
2011-06-15 23:26 Lord Crc Resolution open => fixed
2011-12-05 02:45 Rom1 Note Added: 0003259
2011-12-05 02:45 Rom1 Status resolved => feedback
2011-12-05 02:45 Rom1 Resolution fixed => reopened
2011-12-05 03:02 SATtva Note Added: 0003260
2011-12-05 04:35 Rom1 Note Added: 0003261
2011-12-12 09:03 J the Ninja Note Added: 0003269
2011-12-12 09:03 J the Ninja Status feedback => assigned
2012-07-26 13:07 Lord Crc Note Added: 0003478
2012-07-26 13:39 Lord Crc Assigned To Lord Crc => guibou
2012-07-26 17:18 J the Ninja Note Added: 0003483
2012-07-26 17:18 J the Ninja Status assigned => resolved
2012-07-26 17:18 J the Ninja Resolution reopened => fixed
2012-08-21 06:54 jeanphi Fixed in Version 1.0 => 1.0RC4
2012-09-11 06:10 jeanphi Status resolved => closed


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker