[Freeciv-Dev] [bug #25170] Segmentation fault in map_distance_vector

2016-10-13 Thread Sveinung Kvilhaugsvik
Update of bug #25170 (project freeciv):

  Status:  Ready For Test => Fixed  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #25170] Segmentation fault in map_distance_vector

2016-10-11 Thread Sveinung Kvilhaugsvik
Update of bug #25170 (project freeciv):

  Status: In Progress => Ready For Test 

___

Follow-up Comment #2:

(The problem is in the explanation code. It thinks that "Conquer City" is tile
targeted.)

(file #28984)
___

Additional Item Attachment:

File name: 0010-Explanation-Conquer-City-is-city-targeted.patch Size:1 KB


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #25170] Segmentation fault in map_distance_vector

2016-10-11 Thread Sveinung Kvilhaugsvik
Update of bug #25170 (project freeciv):

  Status:None => In Progress
 Assigned to:None => sveinung   
 Release: => TRUNK  
 Planned Release: => 3.0.0  
 Contains string changes:None => No 


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #25170] Segmentation fault in map_distance_vector

2016-10-11 Thread Marko Lindqvist
Follow-up Comment #1, bug #25170 (project freeciv):

What kind of wrapping map had? I just wonder if unit was requested to move
over non-wrapping edge of the map.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #25170] Segmentation fault in map_distance_vector

2016-10-11 Thread Andreas Røsdal
URL:
  

 Summary: Segmentation fault in map_distance_vector
 Project: Freeciv
Submitted by: andreasr
Submitted on: Tue 11 Oct 2016 05:09:12 PM UTC
Category: freeciv-web
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: GNU/Linux
 Planned Release: 
 Contains string changes: None

___

Details:

New type of segmentation fault in Freeciv-web with Freeciv C server svn
revision 34020.


Core was generated by `/home/freeciv/freeciv/bin/freeciv-web --debug=1 --port
6090 -q 20 --Announce no'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00547bb8 in map_distance_vector ()
(gdb) bt full
#0  0x00547bb8 in map_distance_vector ()
No symbol table info available.
#1  0x00547be9 in real_map_distance ()
No symbol table info available.
#2  0x00547c05 in is_tiles_adjacent ()
No symbol table info available.
#3  0x00550fbd in unit_move_to_tile_test ()
No symbol table info available.
#4  0x004ccb3f in expl_act_not_enabl ()
No symbol table info available.
#5  0x004ce14a in illegal_action_msg ()
No symbol table info available.
#6  0x004d2464 in unit_perform_action ()
No symbol table info available.
#7  0x004d3070 in handle_unit_do_action ()
No symbol table info available.
#8  0x00473698 in server_handle_packet ()
No symbol table info available.
#9  0x0040c98d in server_packet_input ()
No symbol table info available.
#10 0x004c3d2e in server_sniff_all_input ()
No symbol table info available.
#11 0x0040f6a5 in srv_main ()
No symbol table info available.
#12 0x0040713e in main ()
No symbol table info available.


Some debugging information is missing because the Freeciv server has been
compiled with -O3. I have recompiled and the next time I'll get more
information.




___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev