After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 170962 - Dia crash when there is two xslt/stylesheets.xml
Dia crash when there is two xslt/stylesheets.xml
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: exports
0.94
Other Linux
: Normal minor
: 0.95
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-20 04:44 UTC by Yan Morin
Modified: 2005-10-08 20:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yan Morin 2005-03-20 04:44:42 UTC
Distribution/Version: Fedora Core 3

1. Create the dir ~/.dia/xslt  
2. Copy a stylesheets.xml to ~/.dia/xslt/  
Like: cp /usr/share/dia/stylesheets.xml ~/.dia/xslt/  
3. Open Dia and dia crash  
 
Expected:  
Not crash and Dia should overlap or append the user define style sheet ?  
 
Note:  
It doesn't crash, when there is only one file in user directory or global  
directory.  
 
Source code (maybe there): 
http://cvs.gnome.org/viewcvs/dia/plug-ins/xslt/xslt.c?rev=1.11&view=markup 
at 
PluginInitResult dia_plugin_init(PluginInfo *info)
Comment 1 Hans Breuer 2005-03-20 21:35:52 UTC
Confirmed and fixed:

2005-03-19  Hans Breuer  <hans@breuer.org>

	* plug-ins/xslt/xslt.c : don't crash if both places ($SHARE, $HOME)
	have configurations, fixes bug #170962

Comment 2 Hans Breuer 2005-10-08 20:31:46 UTC
Adjusting target to help finding 0.94 dups already fixed