FLTK logo

STR #2905

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | SVN ⇄ GIT ]

STR #2905

Application:FLTK Library
Status:2 - Closed w/o Resolution
Priority:3 - Moderate, e.g. unable to compile the software
Scope:3 - Applies to all machines and operating systems
Subsystem:None
Summary:test/scroll.cxx bug in fltk-3.0
Version:3.0
Created By:szukw000
Assigned To:matt
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 szukw000
18:18 Dec 14, 2012
Step 1:

./scroll
SEGMENTATION FAULT

Step 2:

--- scroll.cxx.orig 2012-11-29 23:59:20.079224630 +0100
+++ scroll.cxx  2012-12-13 00:16:51.403027163 +0100
@@ -101,7 +101,7 @@

 int main(int argc, char** argv) {
   fltk3::Window window(5*75,400);
-  window.box(fltk3::NO_BOX);
+//  window.box(fltk3::NO_BOX);
   fltk3::ScrollGroup scroll(0,0,5*75,300);

   int n = 0;

Step 3:

./scroll


Step 4:

grep -l "NO_BOX" *\.cxx
boxtype.cxx
colbrowser.cxx
cube.cxx
fl_jpeg_image.cxx
iconize.cxx
menubar.cxx
resizebox.cxx
scroll.cxx
subwindow.cxx
symbols.cxx
table.cxx
tile.cxx
utf8.cxx

winfried
 
     

Return to Bugs & Features ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.